Browse Source

fix the width of workspace component in the sidebar

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

+ 5 - 1
frontend/src/css/Sidebar.styl View File

75
             letter-spacing 2px
75
             letter-spacing 2px
76
           &__name
76
           &__name
77
             padding 10px
77
             padding 10px
78
+            width 224px
78
             font-size 20px
79
             font-size 20px
79
             color off-white
80
             color off-white
80
             white-space nowrap
81
             white-space nowrap
81
             overflow hidden
82
             overflow hidden
82
             text-overflow ellipsis
83
             text-overflow ellipsis
83
           &__icon
84
           &__icon
84
-            margin 0 10px 0 auto
85
+            display flex
86
+            align-items center
87
+            width 26px
88
+            height 50px
85
             color white
89
             color white
86
           &__submenu
90
           &__submenu
87
             margin 0
91
             margin 0