CSS fixes.
This commit is contained in:
parent
6e608dd2dd
commit
187c4a7d57
4 changed files with 13 additions and 20 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue