style: auto-fix linting issues
This commit is contained in:
parent
dc3ae80d9f
commit
c3fd191072
2 changed files with 3 additions and 6 deletions
|
|
@ -1073,7 +1073,7 @@
|
||||||
id="firebase-config-input"
|
id="firebase-config-input"
|
||||||
class="template-input"
|
class="template-input"
|
||||||
rows="5"
|
rows="5"
|
||||||
placeholder="{ "apiKey": "...", "authDomain": "...", ... }"
|
placeholder='{ "apiKey": "...", "authDomain": "...", ... }'
|
||||||
></textarea>
|
></textarea>
|
||||||
<div class="firebase-controls-container">
|
<div class="firebase-controls-container">
|
||||||
<button id="save-firebase-config-btn" class="btn-secondary">
|
<button id="save-firebase-config-btn" class="btn-secondary">
|
||||||
|
|
|
||||||
|
|
@ -349,7 +349,6 @@ kbd {
|
||||||
|
|
||||||
/* Fade out at the bottom */
|
/* Fade out at the bottom */
|
||||||
mask-image: linear-gradient(to bottom, rgb(0, 0, 0, 1) 0%, rgb(0, 0, 0, 0.8) 40%, rgb(0, 0, 0, 0) 100%);
|
mask-image: linear-gradient(to bottom, rgb(0, 0, 0, 1) 0%, rgb(0, 0, 0, 0.8) 40%, rgb(0, 0, 0, 0) 100%);
|
||||||
mask-image: linear-gradient(to bottom, rgb(0, 0, 0, 1) 0%, rgb(0, 0, 0, 0.8) 40%, rgb(0, 0, 0, 0) 100%);
|
|
||||||
|
|
||||||
/* Blur effect */
|
/* Blur effect */
|
||||||
filter: var(--cover-filter);
|
filter: var(--cover-filter);
|
||||||
|
|
@ -363,7 +362,6 @@ kbd {
|
||||||
/* Light mode adjustments */
|
/* Light mode adjustments */
|
||||||
:root[data-theme='light'] #page-background {
|
:root[data-theme='light'] #page-background {
|
||||||
mask-image: linear-gradient(to bottom, rgb(0, 0, 0, 1) 0%, rgb(0, 0, 0, 0) 100%);
|
mask-image: linear-gradient(to bottom, rgb(0, 0, 0, 1) 0%, rgb(0, 0, 0, 0) 100%);
|
||||||
mask-image: linear-gradient(to bottom, rgb(0, 0, 0, 1) 0%, rgb(0, 0, 0, 0) 100%);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.now-playing-bar {
|
.now-playing-bar {
|
||||||
|
|
@ -696,7 +694,6 @@ body.has-page-background .track-item:hover {
|
||||||
right: 2%;
|
right: 2%;
|
||||||
background: rgb(0, 0, 0, 0.25) !important;
|
background: rgb(0, 0, 0, 0.25) !important;
|
||||||
backdrop-filter: blur(8px);
|
backdrop-filter: blur(8px);
|
||||||
backdrop-filter: blur(8px);
|
|
||||||
border-radius: 50% !important;
|
border-radius: 50% !important;
|
||||||
width: 32px !important;
|
width: 32px !important;
|
||||||
height: 32px !important;
|
height: 32px !important;
|
||||||
|
|
@ -733,7 +730,6 @@ body.has-page-background .track-item:hover {
|
||||||
top: 2%;
|
top: 2%;
|
||||||
background: rgb(0, 0, 0, 0.5) !important;
|
background: rgb(0, 0, 0, 0.5) !important;
|
||||||
backdrop-filter: blur(8px);
|
backdrop-filter: blur(8px);
|
||||||
backdrop-filter: blur(8px);
|
|
||||||
border-radius: 50% !important;
|
border-radius: 50% !important;
|
||||||
width: 32px !important;
|
width: 32px !important;
|
||||||
height: 32px !important;
|
height: 32px !important;
|
||||||
|
|
@ -1491,7 +1487,6 @@ input:checked + .slider::before {
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
user-select: none;
|
|
||||||
touch-action: none;
|
touch-action: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -3023,6 +3018,7 @@ img[src=''] {
|
||||||
transform: scale(0.95);
|
transform: scale(0.95);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
@ -3126,6 +3122,7 @@ img[src=''] {
|
||||||
0% {
|
0% {
|
||||||
transform: translateX(-100%);
|
transform: translateX(-100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
transform: translateX(100%);
|
transform: translateX(100%);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue