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