aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-06-28 15:18:53 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-06-28 15:18:53 +0200
commite6e9f8d4f2e1e0bd9f56fd0717c829eed771531c (patch)
treed186c50da00cbf4e3ddaf04a30dbe0a2d3749d71 /src
parentFix delay app logic (diff)
downloadferdium-app-e6e9f8d4f2e1e0bd9f56fd0717c829eed771531c.tar.gz
ferdium-app-e6e9f8d4f2e1e0bd9f56fd0717c829eed771531c.tar.zst
ferdium-app-e6e9f8d4f2e1e0bd9f56fd0717c829eed771531c.zip
Fix alignment issue
Diffstat (limited to 'src')
-rw-r--r--src/features/delayApp/styles.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/delayApp/styles.js b/src/features/delayApp/styles.js
index 5c214cfdf..69c3c7a27 100644
--- a/src/features/delayApp/styles.js
+++ b/src/features/delayApp/styles.js
@@ -1,7 +1,6 @@
1export default theme => ({ 1export default theme => ({
2 container: { 2 container: {
3 background: theme.colorBackground, 3 background: theme.colorBackground,
4 position: 'absolute',
5 top: 0, 4 top: 0,
6 width: '100%', 5 width: '100%',
7 display: 'flex', 6 display: 'flex',