Sfoglia il codice sorgente

HUE-7661 [frontend] Center the top search bar

Johan Ahlen 8 anni fa
parent
commit
781d045

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 3 - 2
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -84,16 +84,17 @@ body {
 }
 
 .top-nav-left {
-  .flex(0 0 350px);
+  .flex(0 0 340px);
 }
 
 .top-nav-middle {
   .flex(1);
+  padding: 0 10px;
   width: 100%;
 }
 
 .top-nav-right {
-  .flex(0 0 300px);
+  .flex(0 0 340px);
 }
 
 .top-nav-left .btn-group {

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