diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-12-05 20:49:58 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-12-05 20:49:58 +0100 |
| commit | 026ab7c1dffa858d9dbdfada44b50097db1e0bd2 (patch) | |
| tree | 418d7cd37587fd41fb808bbcb28657043508ce84 /src/App.scss | |
| parent | 917917596fe7c9185590bf3c6cc267a0d6a89e5a (diff) | |
| parent | be5fe03972879add14ce2ca6b37524b32adbf1b8 (diff) | |
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 7 |
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; +} |
