mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
fix max width of wtoggle after moving [+] inline
This commit is contained in:
parent
40f711fbd5
commit
027e9b8efe
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue