aboutsummaryrefslogtreecommitdiff
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
parentf1764796e1f757bd6d51db9b3d8ade3e0d0d80b5 (diff)
Fix login screen, (remove one duplicate line from user card css).
-rw-r--r--src/App.scss7
-rw-r--r--src/components/user_card_content/user_card_content.vue1
2 files changed, 4 insertions, 4 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 {
diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue
index 7b89a7f2..bba16584 100644
--- a/src/components/user_card_content/user_card_content.vue
+++ b/src/components/user_card_content/user_card_content.vue
@@ -116,7 +116,6 @@
}
.profile-panel-body {
- padding-top: 0em;
top: -0em;
padding-top: 4em;
}