some visual fs fixes
This commit is contained in:
parent
5c9d93ce9c
commit
1296765bc1
2 changed files with 3 additions and 3 deletions
|
@ -3607,7 +3607,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
appearance: none;
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
background-color: rgb(200 200 200 / 50%);
|
||||
background-color: rgb(200 200 200 / 10%);
|
||||
border-radius: 2px;
|
||||
|
||||
&::-webkit-slider-thumb {
|
||||
|
@ -3618,7 +3618,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 100%;
|
||||
background: rgba(77, 75, 75, 0.9);
|
||||
background: rgba(236, 234, 234, 0.733);
|
||||
cursor: default;
|
||||
transition: opacity .10s var(--appleEase), transform .10s var(--appleEase);
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
{{ app.mk.nowPlayingItem["attributes"]["name"] }}
|
||||
</div>
|
||||
<div
|
||||
style="display: inline-block; -webkit-box-orient: horizontal; white-space: nowrap;">
|
||||
style="display: inline-block; -webkit-box-orient: horizontal; white-space: nowrap; margin-top: 0.25vh;">
|
||||
<div class="item-navigate song-artist" style="display: inline-block;"
|
||||
@click="app.getNowPlayingItemDetailed(`artist`)">
|
||||
{{ app.mk.nowPlayingItem["attributes"]["artistName"] }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue