aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/settings.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-14 22:22:37 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-14 22:22:37 +0100
commit06ae954f6509a8477aa5d5f006a87caf4dfea4db (patch)
tree7e791cf97672843fc16ee669cb2dd2f5897b41da /src/styles/settings.scss
parentFix auth route debugging (diff)
downloadferdium-app-06ae954f6509a8477aa5d5f006a87caf4dfea4db.tar.gz
ferdium-app-06ae954f6509a8477aa5d5f006a87caf4dfea4db.tar.zst
ferdium-app-06ae954f6509a8477aa5d5f006a87caf4dfea4db.zip
Increase max-size of settings window
Diffstat (limited to 'src/styles/settings.scss')
-rw-r--r--src/styles/settings.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 90f119c99..f804e6273 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -40,7 +40,7 @@
40 width: 100%; 40 width: 100%;
41 max-width: 900px; 41 max-width: 900px;
42 min-height: 400px; 42 min-height: 400px;
43 max-height: 600px; 43 max-height: 720px;
44 z-index: 9999; 44 z-index: 9999;
45 background: #FFF; 45 background: #FFF;
46 border-radius: $theme-border-radius; 46 border-radius: $theme-border-radius;