diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/App.scss b/src/App.scss index 6679b2c2..5a117f04 100644 --- a/src/App.scss +++ b/src/App.scss @@ -128,12 +128,13 @@ main-router { border-radius: 10px; box-shadow: 1px 1px 3px rgba(0,0,0,.5); + overflow: hidden; } .panel-body:empty::before { content: "¯\\_(ツ)_/¯"; // Could use words but it'd require translations display: block; - margin: 20px; + margin: 1em; text-align: center; } @@ -190,7 +191,7 @@ nav { flex-shrink: 1; } -.sidebar { +.sidebar-bounds { flex: 0; flex-basis: 35%; } @@ -221,21 +222,25 @@ nav { body { overflow-y: scroll; } - .sidebar { + .sidebar-bounds { overflow: hidden; max-height: 100vh; width: 345px; position: fixed; margin-top: -10px; - .sidebar-container { + .sidebar-scroller { height: 96vh; width: 365px; padding-top: 10px; - padding-right: 20px; + padding-right: 50px; overflow-x: hidden; overflow-y: scroll; } + + .sidebar { + width: 345px; + } } .sidebar-flexer { max-height: 96vh; |
