aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index 664108ed4..173ca3184 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -24,7 +24,8 @@ html {
24 color: $theme-text-color; 24 color: $theme-text-color;
25 25
26 &::after { 26 &::after {
27 box-shadow: inset 0 0 5px 0 $dark-theme-black, 27 box-shadow:
28 inset 0 0 5px 0 $dark-theme-black,
28 inset 0 0 2px 0 rgba(0, 0, 0, 0.4); 29 inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
29 } 30 }
30 31
@@ -159,7 +160,8 @@ body.win32:not(.isFullScreen) .app .app__content {
159 z-index: 1000; 160 z-index: 1000;
160 pointer-events: none; 161 pointer-events: none;
161 clip-path: inset(10px 0 10px 10px); 162 clip-path: inset(10px 0 10px 10px);
162 box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.12), 163 box-shadow:
164 inset 0 0 10px 0 rgba(0, 0, 0, 0.12),
163 inset 0 0 2px 0 rgba(0, 0, 0, 0.24); 165 inset 0 0 2px 0 rgba(0, 0, 0, 0.24);
164 } 166 }
165 167