style: auto-fix linting issues
This commit is contained in:
parent
35d18ed555
commit
45f6194d44
1 changed files with 6 additions and 8 deletions
14
styles.css
14
styles.css
|
|
@ -3982,11 +3982,9 @@ img[src=''] {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.player-controls .progress-container {
|
||||
order: -1;
|
||||
}
|
||||
|
||||
.player-controls .progress-container {
|
||||
order: -1;
|
||||
}
|
||||
|
||||
.now-playing-bar {
|
||||
width: calc(96% - 190px) !important;
|
||||
|
|
@ -3997,11 +3995,11 @@ img[src=''] {
|
|||
background-color: color-mix(in srgb, var(--card) 85%, transparent);
|
||||
backdrop-filter: blur(20px);
|
||||
border: 1px solid var(--border);
|
||||
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
|
||||
box-shadow: 0 8px 32px rgb(0, 0, 0, 0.4);
|
||||
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
body:has(#fullscreen-cover-overlay:not([style*="display: none"])) .now-playing-bar {
|
||||
body:has(#fullscreen-cover-overlay:not([style*='display: none'])) .now-playing-bar {
|
||||
width: 96% !important;
|
||||
left: 2% !important;
|
||||
}
|
||||
|
|
@ -4015,4 +4013,4 @@ body:has(#fullscreen-cover-overlay:not([style*="display: none"])) .now-playing-b
|
|||
|
||||
.main-content {
|
||||
padding-bottom: 160px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue