mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -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: calc(100% + .4em);
|
||||
right: .4em;
|
||||
font-size: xx-large;
|
||||
font-size: .75em;
|
||||
font-weight: bold;
|
||||
box-shadow: 0 0 .5em color-mix(in oklab, var(--a) 20%, transparent);
|
||||
border-radius: 10px;
|
||||
|
|
@ -1536,14 +1536,14 @@ html:not(.e):not(.d) #up_quick .btn.on {
|
|||
#pvolbg svg {
|
||||
height: 1.3em;
|
||||
}
|
||||
#widget.cmp #wtoggle {
|
||||
font-size: 2.8em;
|
||||
#widget.cmp #wstack {
|
||||
font-size: 1.4em;
|
||||
}
|
||||
#widget.cmp #fshr {
|
||||
display: none;
|
||||
}
|
||||
#widget.cmp {
|
||||
font-size: 1em;
|
||||
#widget.cmp #widgeti {
|
||||
font-size: .7em;
|
||||
}
|
||||
#widget.cmp #barpos,
|
||||
#widget.cmp #barbuf {
|
||||
|
|
|
|||
Loading…
Reference in a new issue