aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-20 12:17:14 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-20 12:17:14 +0100
commitcdf477682a3923d770596442549d229d413ef5a2 (patch)
tree77eac3d00dcaefd134b239588f2b6ac754ee9187 /src/styles/layout.scss
parentfix(Linux): Fix window restore on notification click (@closingin) (diff)
downloadferdium-app-cdf477682a3923d770596442549d229d413ef5a2.tar.gz
ferdium-app-cdf477682a3923d770596442549d229d413ef5a2.tar.zst
ferdium-app-cdf477682a3923d770596442549d229d413ef5a2.zip
[WIP] incorporate electron-react-titlebar
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index afdd7dec7..964a9fcea 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -6,7 +6,11 @@ html {
6 6
7.app { 7.app {
8 display: flex; 8 display: flex;
9 flex-direction: row; 9 flex-direction: column;
10
11 .app__content {
12 display: flex;
13 }
10 14
11 .app__service { 15 .app__service {
12 display: flex; 16 display: flex;
@@ -15,6 +19,10 @@ html {
15 } 19 }
16} 20}
17 21
22.electron-app-title-bar {
23 z-index: 99999999;
24}
25
18.window-draggable { 26.window-draggable {
19 position: absolute; 27 position: absolute;
20 width: 100%; 28 width: 100%;