mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12: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;
|
padding-bottom: 0;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
}
|
}
|
||||||
|
#widget.thin #pctl{
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
#widget.thin #pbarthinpos{
|
#widget.thin #pbarthinpos{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
@ -4616,6 +4619,7 @@ html.e #detree {
|
||||||
}
|
}
|
||||||
#tree_footer {
|
#tree_footer {
|
||||||
width: 0;
|
width: 0;
|
||||||
|
display: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue