mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
fix trackname overlap on thin layout
This commit is contained in:
parent
4d64f08095
commit
1bf4845503
|
|
@ -1155,6 +1155,9 @@ html.dz #flogout {
|
|||
padding-bottom: 0;
|
||||
height: 2em;
|
||||
}
|
||||
#widget.thin #pctl{
|
||||
display: flex;
|
||||
}
|
||||
#widget.thin #pbarthinpos{
|
||||
display: block;
|
||||
}
|
||||
|
|
@ -4616,6 +4619,7 @@ html.e #detree {
|
|||
}
|
||||
#tree_footer {
|
||||
width: 0;
|
||||
display: none;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue