fix now-playing image position

This commit is contained in:
geoffrey45
2022-06-11 12:41:44 +03:00
parent 188834de3b
commit 178d3c8835
2 changed files with 4 additions and 98 deletions
+4 -4
View File
@@ -78,13 +78,13 @@ const queue = useQStore();
.art {
width: 100%;
display: grid;
aspect-ratio: 1;
place-items: center;
margin-bottom: $small;
.l-image {
height: 12rem;
width: 12rem;
height: 100%;
width: 100%;
}
}
@@ -93,7 +93,7 @@ const queue = useQStore();
font-size: 0.75rem;
width: max-content;
padding: 0.2rem 0.35rem;
top: 13.25rem;
top: 14.25rem;
left: 1.5rem;
background-color: $black;
border-radius: $smaller;