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,13 +75,17 @@ leftside()
75 75
             letter-spacing 2px
76 76
           &__name
77 77
             padding 10px
78
+            width 224px
78 79
             font-size 20px
79 80
             color off-white
80 81
             white-space nowrap
81 82
             overflow hidden
82 83
             text-overflow ellipsis
83 84
           &__icon
84
-            margin 0 10px 0 auto
85
+            display flex
86
+            align-items center
87
+            width 26px
88
+            height 50px
85 89
             color white
86 90
           &__submenu
87 91
             margin 0