mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 05:02:28 -06:00
fix cmp widget
This commit is contained in:
parent
f169c81c6c
commit
e8a9bc2cf4
|
|
@ -1266,7 +1266,7 @@ html:not(.e) #ggrid>a.dir:before {
|
||||||
bottom: 100%;
|
bottom: 100%;
|
||||||
bottom: calc(100% + .4em);
|
bottom: calc(100% + .4em);
|
||||||
right: .4em;
|
right: .4em;
|
||||||
font-size: xx-large;
|
font-size: .75em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
box-shadow: 0 0 .5em color-mix(in oklab, var(--a) 20%, transparent);
|
box-shadow: 0 0 .5em color-mix(in oklab, var(--a) 20%, transparent);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
@ -1536,14 +1536,14 @@ html:not(.e):not(.d) #up_quick .btn.on {
|
||||||
#pvolbg svg {
|
#pvolbg svg {
|
||||||
height: 1.3em;
|
height: 1.3em;
|
||||||
}
|
}
|
||||||
#widget.cmp #wtoggle {
|
#widget.cmp #wstack {
|
||||||
font-size: 2.8em;
|
font-size: 1.4em;
|
||||||
}
|
}
|
||||||
#widget.cmp #fshr {
|
#widget.cmp #fshr {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#widget.cmp {
|
#widget.cmp #widgeti {
|
||||||
font-size: 1em;
|
font-size: .7em;
|
||||||
}
|
}
|
||||||
#widget.cmp #barpos,
|
#widget.cmp #barpos,
|
||||||
#widget.cmp #barbuf {
|
#widget.cmp #barbuf {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue