aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-12-02 14:33:03 +0100
committerRoger Braun <roger@rogerbraun.net>2016-12-02 14:33:03 +0100
commit187c4a7d57fa359abc954b4fa9c570635fa149fd (patch)
tree4ded312921ccd03fb36bb0a518360fbc700932cf /src/App.scss
parent6e608dd2dd5a9d28c384b7fb368e76c477685ffd (diff)
CSS fixes.
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss
index fd5e6c16..ced2d069 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -63,7 +63,7 @@ nav {
}
-sidebar {
+.sidebar {
flex: 1;
flex-basis: 300px;
}
@@ -255,3 +255,8 @@ nav {
.fade-enter, .fade-leave-active {
opacity: 0
}
+
+.main {
+ flex: 2;
+ flex-basis: 500px;
+}