mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
minor color refactors
This commit is contained in:
@@ -81,7 +81,6 @@ export default {
|
||||
|
||||
.songs {
|
||||
padding: $small;
|
||||
background-color: $card-dark;
|
||||
min-height: calc(100% - 30rem);
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -50,7 +50,6 @@ export default {
|
||||
display: none;
|
||||
}
|
||||
.songlist {
|
||||
background-color: $card-dark;
|
||||
padding: $small;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user