aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-04-13 17:57:20 +0300
committerShpuld Shpuldson <shpuld@gmail.com>2017-04-13 17:57:20 +0300
commit69ef9101d4066df5df6780a2bfaeaa949869df02 (patch)
treea378f2cfd5485034308f9fd31a1de96fbec9fa93 /src/App.scss
parentf1764796e1f757bd6d51db9b3d8ade3e0d0d80b5 (diff)
Fix login screen, (remove one duplicate line from user card css).
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/App.scss b/src/App.scss
index 16278e98..0f5c13c7 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -219,7 +219,7 @@ nav {
}
.sidebar {
- flex: 1;
+ flex: 0;
flex-basis: 35%;
}
@@ -249,17 +249,18 @@ nav {
.sidebar {
overflow: hidden;
max-height: 100vh;
- max-width: 345px;
+ width: 345px;
position: fixed;
margin-top: -10px;
.sidebar-container {
height: 96vh;
+ width: 360px;
padding-top: 10px;
margin-right: -40px;
padding-right: 25px;
overflow-x: hidden;
- overflow-y: auto;
+ overflow-y: scroll;
}
}
.sidebar-flexer {