mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12:26 -06:00
fix max width of wtoggle after moving [+] inline
This commit is contained in:
parent
027e9b8efe
commit
8a25e9ddea
|
|
@ -1260,7 +1260,7 @@ html:not(.e) #ggrid>a.thumbed.dir:before {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-wrap-mode: nowrap;
|
text-wrap-mode: nowrap;
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
bottom: 100%;
|
bottom: 100%;
|
||||||
right: 0;
|
right: 0;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue