minor color refactors

This commit is contained in:
geoffrey45
2022-02-22 09:58:09 +03:00
parent 92c2443c7c
commit 5e48496ccb
22 changed files with 20 additions and 29 deletions
-1
View File
@@ -81,7 +81,6 @@ export default {
.songs {
padding: $small;
background-color: $card-dark;
min-height: calc(100% - 30rem);
}
+6 -1
View File
@@ -1,5 +1,5 @@
<template>
<div id="f-view-parent" class="border rounded card-dark">
<div id="f-view-parent" class="border rounded">
<div class="fixed">
<Header :path="path" :first_song="songs[0]" @search="updateQueryString" />
</div>
@@ -131,6 +131,11 @@ export default {
padding: 4rem $small 0 $small;
overflow: hidden;
margin: $small;
.h {
font-size: 2rem;
font-weight: bold;
}
}
#f-view-parent .fixed {
-1
View File
@@ -50,7 +50,6 @@ export default {
display: none;
}
.songlist {
background-color: $card-dark;
padding: $small;
min-height: 100%;
}