mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-19 16:04:41 +00:00
add rounding for not fullscreen player
This commit is contained in:
parent
e27029608c
commit
9bc320d39a
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
||||||
--base: 24px;
|
--base: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-controller:not([mediaisfullscreen]) {
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.media-control-bar {
|
.media-control-bar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: calc(2 * var(--base));
|
height: calc(2 * var(--base));
|
||||||
|
|
Loading…
Add table
Reference in a new issue