aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-15 03:49:14 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-15 03:49:14 +0100
commite22df86cba7bc000bd3425ea5b1cd7b894396f3f (patch)
tree1078a1a02d9431c1e3c4c2e70658953ad1b71890 /src/styles/layout.scss
parentdocs: add dedotombo as a contributor for code (#2327) [skip ci] (diff)
downloadferdium-app-e22df86cba7bc000bd3425ea5b1cd7b894396f3f.tar.gz
ferdium-app-e22df86cba7bc000bd3425ea5b1cd7b894396f3f.tar.zst
ferdium-app-e22df86cba7bc000bd3425ea5b1cd7b894396f3f.zip
Various appearance fixes
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index b5d4d86d0..73201be48 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -17,6 +17,8 @@ html {
17} 17}
18 18
19.theme__dark .app { 19.theme__dark .app {
20 background: #272727;
21
20 .sidebar { 22 .sidebar {
21 background: $dark-theme-gray-darker; 23 background: $dark-theme-gray-darker;
22 color: $theme-text-color; 24 color: $theme-text-color;
@@ -87,6 +89,7 @@ body.win32:not(.isFullScreen) .app .app__content {
87} 89}
88 90
89.app { 91.app {
92 background: #fff;
90 .app__content { 93 .app__content {
91 display: flex; 94 display: flex;
92 width: calc(100% + 300px); 95 width: calc(100% + 300px);