style: auto-fix linting issues
This commit is contained in:
parent
9a30b63153
commit
661abbc00f
1 changed files with 2 additions and 2 deletions
|
|
@ -2677,8 +2677,8 @@ input:checked + .slider::before {
|
|||
.side-panel[data-view='lyrics'] {
|
||||
background: color-mix(in srgb, var(--card) 60%, transparent);
|
||||
backdrop-filter: blur(20px);
|
||||
-webkit-backdrop-filter: blur(20px);
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
||||
backdrop-filter: blur(20px);
|
||||
border-left: 1px solid rgb(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.panel-header {
|
||||
|
|
|
|||
Loading…
Reference in a new issue