瀏覽代碼

mobile fix

poryvkin 8 年之前
父節點
當前提交
224af67671
共有 4 個文件被更改,包括 13 次插入0 次删除
  1. 7 0
      app/assets/styles/media.scss
  2. 6 0
      app/www/css/all.css
  3. 0 0
      app/www/css/all.css.map
  4. 0 0
      app/www/css/all.min.css

+ 7 - 0
app/assets/styles/media.scss

@@ -37,6 +37,13 @@ position: absolute;
 right: 0;
 top: 70px;
 background: #3b434d;
+}
+.header.inner .floatmenu {
+        display: none;
+position: absolute;
+right: 0;
+top: 50px;
+background: #3b434d;
 }
  .header .floatmenu .floatmenu__list {
     display: block;

+ 6 - 0
app/www/css/all.css

@@ -6201,6 +6201,12 @@ input[type='submit'].styler[disabled] {
     right: 0;
     top: 70px;
     background: #3b434d; }
+  .header.inner .floatmenu {
+    display: none;
+    position: absolute;
+    right: 0;
+    top: 50px;
+    background: #3b434d; }
   .header .floatmenu .floatmenu__list {
     display: block;
     padding: 10px; }

文件差異過大導致無法顯示
+ 0 - 0
app/www/css/all.css.map


文件差異過大導致無法顯示
+ 0 - 0
app/www/css/all.min.css


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