瀏覽代碼

fix the width of workspace component in the sidebar

AlexiCauvin 6 年之前
父節點
當前提交
7408e9ac88
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      frontend/src/css/Sidebar.styl

+ 5 - 1
frontend/src/css/Sidebar.styl 查看文件

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