summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/web/app/desktop/tags/settings.tag14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/web/app/desktop/tags/settings.tag b/src/web/app/desktop/tags/settings.tag
index 3f8f759b47..db3a2d617c 100644
--- a/src/web/app/desktop/tags/settings.tag
+++ b/src/web/app/desktop/tags/settings.tag
@@ -106,13 +106,11 @@
border-color #aeaeae
> .nav
- position absolute
- top 0
- left 0
- width 200px
+ width 100%
height 100%
padding 16px 0 0 0
border-right solid 1px #ddd
+ flex: 0 0 200px
> p
display block
@@ -139,10 +137,10 @@
color $theme-color !important
> .pages
- position absolute
- top 0
- left 200px
- width calc(100% - 200px)
+ width 100%
+ height 100%
+ flex auto
+ overflow auto
> section
padding 32px