fix app grid layout issues

+ fully move now playing to bottom bar
+ add hover state to playlist card
+ handle playing tracks from queue page
This commit is contained in:
geoffrey45
2022-09-26 18:49:53 +03:00
committed by Mungai Njoroge
parent 0dbc45e20b
commit 20151afcf5
14 changed files with 156 additions and 261 deletions
+4 -9
View File
@@ -35,21 +35,16 @@ const settings = useSettingsStore();
<style lang="scss">
.r-sidebar {
width: 100%;
overflow: hidden;
// padding: $small;
display: grid;
grid-template-rows: max-content 1fr;
// gap: 1rem;
margin-top: -$small;
border-top: none;
border-bottom: none;
background-color: rgb(22, 22, 22);
padding-bottom: 1rem;
border-top: none;
border-bottom: none;
.gsearch-input {
height: 42px;
margin: $small;
margin-bottom: 1rem;
height: 2.5rem;
margin: 1rem;
}
.r-content {