fix trackname overlap on thin layout

This commit is contained in:
Til Schmitter 2026-04-22 00:39:11 +02:00
parent 4d64f08095
commit 1bf4845503

View file

@ -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;