Browse Source

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

Enrico Berti 8 years ago
parent
commit
5bcdc5d

File diff suppressed because it is too large
+ 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;
 }
 

Some files were not shown because too many files changed in this diff