瀏覽代碼

HUE-6485 [frontend] Avoid jump on the left assist when opening Hue 4

Enrico Berti 8 年之前
父節點
當前提交
5bcdc5d11b

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 7 - 0
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -316,6 +316,13 @@ body {
   .flex(0);
   position: relative;
   background-color: @cui-white;
+}
+
+.left-panel {
+  min-width: 290px;
+}
+
+.right-panel {
   min-width: 250px;
 }
 

部分文件因文件數量過多而無法顯示