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"
|
||||
class="template-input"
|
||||
rows="5"
|
||||
placeholder="{ "apiKey": "...", "authDomain": "...", ... }"
|
||||
placeholder='{ "apiKey": "...", "authDomain": "...", ... }'
|
||||
></textarea>
|
||||
<div class="firebase-controls-container">
|
||||
<button id="save-firebase-config-btn" class="btn-secondary">
|
||||
|
|
|
|||
|
|
@ -349,7 +349,6 @@ kbd {
|
|||
|
||||
/* 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%);
|
||||
|
||||
/* Blur effect */
|
||||
filter: var(--cover-filter);
|
||||
|
|
@ -363,7 +362,6 @@ kbd {
|
|||
/* Light mode adjustments */
|
||||
: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%);
|
||||
}
|
||||
|
||||
.now-playing-bar {
|
||||
|
|
@ -696,7 +694,6 @@ body.has-page-background .track-item:hover {
|
|||
right: 2%;
|
||||
background: rgb(0, 0, 0, 0.25) !important;
|
||||
backdrop-filter: blur(8px);
|
||||
backdrop-filter: blur(8px);
|
||||
border-radius: 50% !important;
|
||||
width: 32px !important;
|
||||
height: 32px !important;
|
||||
|
|
@ -733,7 +730,6 @@ body.has-page-background .track-item:hover {
|
|||
top: 2%;
|
||||
background: rgb(0, 0, 0, 0.5) !important;
|
||||
backdrop-filter: blur(8px);
|
||||
backdrop-filter: blur(8px);
|
||||
border-radius: 50% !important;
|
||||
width: 32px !important;
|
||||
height: 32px !important;
|
||||
|
|
@ -1491,7 +1487,6 @@ input:checked + .slider::before {
|
|||
position: relative;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
user-select: none;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
|
|
@ -3023,6 +3018,7 @@ img[src=''] {
|
|||
transform: scale(0.95);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
|
|
@ -3126,6 +3122,7 @@ img[src=''] {
|
|||
0% {
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: translateX(100%);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue