mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
use img in playlist card
+ use $black background on right sidebar
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="r-sidebar"
|
||||
class="r-sidebar rounded"
|
||||
:style="{
|
||||
marginBottom: !settings.use_alt_np ? '-1rem' : '',
|
||||
}"
|
||||
@@ -35,6 +35,7 @@ const settings = useSettingsStore();
|
||||
<style lang="scss">
|
||||
.r-sidebar {
|
||||
width: 100%;
|
||||
background-color: $black;
|
||||
|
||||
.grid {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user