aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}