瀏覽代碼

HUE-6077 [frontend] Make hamburger menu closable in responsive

Johan Ahlen 8 年之前
父節點
當前提交
a767e493da

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


+ 1 - 1
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -460,7 +460,7 @@ a:visited {
  * @link https://github.com/jonsuh/hamburgers
  */
 .hamburger {
-  padding: 18px 8px 0 0;
+  padding: 18px 24px 0 0;
   display: inline-block;
   cursor: pointer;
   transition-property: opacity, -webkit-filter;

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