FIX: lyrics button pos
This commit is contained in:
parent
9652998b6e
commit
c7ee75429d
1 changed files with 4 additions and 10 deletions
14
styles.css
14
styles.css
|
|
@ -2943,8 +2943,6 @@ img:not([src]), img[src=''] {
|
||||||
background: var(--primary);
|
background: var(--primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#playlist-modal {
|
#playlist-modal {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
animation-name: fadeInOpacity;
|
animation-name: fadeInOpacity;
|
||||||
|
|
@ -3668,15 +3666,11 @@ img:not([src]), img[src=''] {
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullscreen-cover-content {
|
.fullscreen-cover-content {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullscreen-lyrics-toggle {
|
.csv-import-progress {
|
||||||
right: 3.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.csv-import-progress {
|
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
|
@ -3684,7 +3678,7 @@ img:not([src]), img[src=''] {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.missing-tracks-modal {
|
.missing-tracks-modal {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
|
|
@ -3729,7 +3723,7 @@ img:not([src]), img[src=''] {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-only {
|
.mobile-only {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue