some ui fixes
This commit is contained in:
parent
890c073e2c
commit
11ddb196eb
5 changed files with 13 additions and 3 deletions
|
@ -515,7 +515,7 @@
|
|||
display : flex;
|
||||
justify-content: center;
|
||||
align-items : center;
|
||||
z-index : 6;
|
||||
z-index : 10;
|
||||
position : sticky;
|
||||
margin-top : calc(var(--navigationBarHeight) * -1);
|
||||
|
||||
|
|
|
@ -9889,7 +9889,7 @@ input[type=checkbox][switch]:checked:active::before {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 6;
|
||||
z-index: 10;
|
||||
position: sticky;
|
||||
margin-top: calc(var(--navigationBarHeight) * -1);
|
||||
}
|
||||
|
|
|
@ -1535,6 +1535,14 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
filter: none !important;
|
||||
}
|
||||
|
||||
|
||||
.lyric-body:hover > .lyric-line:not(.active) {
|
||||
filter: none !important;
|
||||
}
|
||||
.lyric-body > .lyric-line:not(.active) {
|
||||
transition: filter var(--appleEase) 0.5s ease;
|
||||
}
|
||||
|
||||
.lyricWaiting {
|
||||
margin-top: 8px;
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue