fix max width of wtoggle after moving [+] inline

This commit is contained in:
Til Schmitter 2026-05-10 00:16:19 +02:00
parent 40f711fbd5
commit 027e9b8efe

View file

@ -1277,7 +1277,7 @@ html:not(.e) #ggrid>a.thumbed.dir:before {
display: inline-block;
text-wrap-mode: nowrap;
text-align: center;
max-width: calc(100% - 1.8em);
max-width: calc(100% - 3.5em);
overflow-x: auto;
overflow-y: hidden;
margin: 0 .1em .1em .2em;