CSS fixes.

This commit is contained in:
Roger Braun 2016-12-02 14:33:03 +01:00
parent 6e608dd2dd
commit 187c4a7d57
4 changed files with 13 additions and 20 deletions

View file

@ -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;
}