remove background colors

-
try to imitate Google's design of things
it makes UI look declattered
-
This commit is contained in:
geoffrey45
2022-09-02 16:05:11 +03:00
parent c782e400c6
commit c20bbd795c
13 changed files with 33 additions and 19 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
<template>
<div
class="r-sidebar rounded"
class="r-sidebar rounded border"
:style="{
marginBottom: !settings.use_alt_np ? '-1rem' : '',
}"
@@ -35,7 +35,6 @@ const settings = useSettingsStore();
<style lang="scss">
.r-sidebar {
width: 100%;
background-color: $black;
.grid {
display: flex;