mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
fix cmp mode
This commit is contained in:
parent
91a60c9b84
commit
6a8b2c1a7b
|
|
@ -1407,8 +1407,7 @@ html.y #widget.open {
|
||||||
#widget.cmp #wtoggle {
|
#widget.cmp #wtoggle {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
#widget.cmp #fshr,
|
#widget.cmp #fshr {
|
||||||
#widget.cmp #wtgrid, #widget.cmp #wtgrid2 {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#widget.cmp #pctl .icon {
|
#widget.cmp #pctl .icon {
|
||||||
|
|
@ -1418,11 +1417,7 @@ html.y #widget.open {
|
||||||
}
|
}
|
||||||
#widget.cmp #barpos,
|
#widget.cmp #barpos,
|
||||||
#widget.cmp #barbuf {
|
#widget.cmp #barbuf {
|
||||||
height: 1.6em;
|
|
||||||
width: calc(100% - 11em);
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
left: 5em;
|
|
||||||
top: 0;
|
|
||||||
}
|
}
|
||||||
#widget.cmp #pvol {
|
#widget.cmp #pvol {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue