aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/services.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-18 22:34:46 +0100
committerLibravatar GitHub <noreply@github.com>2017-11-18 22:34:46 +0100
commit3da65653c4f6866f048d60f87c20217376679bc6 (patch)
tree9b3495674c4381feaf5f35e92de97a1b54d9b08e /src/styles/services.scss
parentFix typos (diff)
parentallow service to be reattached properly after re-enabling service (diff)
downloadferdium-app-3da65653c4f6866f048d60f87c20217376679bc6.tar.gz
ferdium-app-3da65653c4f6866f048d60f87c20217376679bc6.tar.zst
ferdium-app-3da65653c4f6866f048d60f87c20217376679bc6.zip
Merge pull request #294 from meetfranz/feature/192-display-disabled-services
[PR] Disable/Enable service optimizations
Diffstat (limited to 'src/styles/services.scss')
-rw-r--r--src/styles/services.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/styles/services.scss b/src/styles/services.scss
index 2a6540e0b..282c15121 100644
--- a/src/styles/services.scss
+++ b/src/styles/services.scss
@@ -13,7 +13,7 @@
13 } 13 }
14 14
15 .services__webview, 15 .services__webview,
16 .services__crash-handler { 16 .services__info-layer {
17 position: absolute; 17 position: absolute;
18 width: 100%; 18 width: 100%;
19 top: 0; 19 top: 0;
@@ -44,7 +44,7 @@
44 } 44 }
45 45
46 .services__no-service, 46 .services__no-service,
47 .services__crash-handler { 47 .services__info-layer {
48 display: flex; 48 display: flex;
49 flex-direction: column; 49 flex-direction: column;
50 justify-content: center; 50 justify-content: center;
@@ -63,7 +63,7 @@
63 } 63 }
64 } 64 }
65 65
66 .services__crash-handler { 66 .services__info-layer {
67 position: absolut; 67 position: absolut;
68 z-index: 110; 68 z-index: 110;
69 } 69 }