Browse Source

https://github.com/tracim/tracim/issues/695, application of the width not on the sidebar but on its content

AlexiCauvin 6 years ago
parent
commit
b20230b2aa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/src/css/Sidebar.styl

+ 2 - 2
frontend/src/css/Sidebar.styl View File

@@ -1,4 +1,4 @@
1
-sidebar-width = 280px
1
+sidebar-width = 300px
2 2
 sidebar-animate-speed = 0.5s
3 3
 
4 4
 .sidebarSticky
@@ -17,7 +17,6 @@ leftside()
17 17
 .sidebar
18 18
   position relative
19 19
   transition all sidebar-animate-speed
20
-  width sidebar-width
21 20
   min-height 100%
22 21
   background-image url('../img/applat.png')
23 22
   background-repeat repeat
@@ -47,6 +46,7 @@ leftside()
47 46
       padding 15px 30px
48 47
   &__navigation
49 48
     padding 0
49
+    width sidebar-width
50 50
     overflow hidden
51 51
     &__workspace
52 52
       padding-left 0