Fix: Reduced border color brightness and implemented backdrop blur on mini play buttons on phones
This commit is contained in:
parent
b9f801d86d
commit
5c9ad60917
1 changed files with 2 additions and 0 deletions
|
|
@ -244,6 +244,8 @@ html {
|
|||
|
||||
.layout-mobile .cardOverlayButton-br>.cardOverlayButtonIcon {
|
||||
border: var(--defaultLighterBorder);
|
||||
border-color: rgba(23, 23, 23, 0.6);
|
||||
backdrop-filter: blur(.1em);
|
||||
}
|
||||
|
||||
.layout-mobile .portraitCard .cardOverlayButton-br,
|
||||
|
|
|
|||
Loading…
Reference in a new issue