]> cat aescling's git repositories - mastodon.git/commitdiff
enable to scroll the setting's page sidebar (#1347)
author857b <benjamin.bonneau74@gmail.com>
Wed, 19 Apr 2017 12:30:23 +0000 (14:30 +0200)
committerEugen <eugen@zeonfederated.com>
Wed, 19 Apr 2017 12:30:23 +0000 (14:30 +0200)
* enable to scroll the setting's page sidebar

add scroll:auto and use margin instead of padding for the bottom

* Update admin.scss

* Update admin.scss

* Update admin.scss

app/assets/stylesheets/admin.scss

index af0c2c6a19c2cb2b674df00fe9e934b77ee6d2e3..6d246ded26ddbdb16fd659b4b6ff2e7c01de37e4 100644 (file)
@@ -14,8 +14,9 @@
   .sidebar {
     width: 240px;
     height: 100%;
-    padding: 20px 0;
-
+    padding: 0;
+    overflow-y: auto;
+    
     .logo {
       display: block;
       margin: 40px auto;
@@ -27,6 +28,7 @@
       list-style: none;
       border-radius: 4px 0 0 4px;
       overflow: hidden;
+      margin-bottom: 20px;
 
       a {
         display: block;
@@ -55,6 +57,7 @@
       ul {
         background: darken($color1, 4%);
         border-radius: 0 0 0 4px;
+        margin: 0;
 
         a {
           border: 0;