瀏覽代碼

Mobile UI fixes

Thibaut Courouble 8 年之前
父節點
當前提交
356a4f9de9
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      assets/stylesheets/components/_mobile.scss

+ 9 - 0
assets/stylesheets/components/_mobile.scss

@@ -4,6 +4,7 @@
 
 ._mobile {
   font-size: 100%;
+  background: $contentBackground;
 
   ._hide-on-mobile { display: none; }
 
@@ -107,6 +108,14 @@
     max-width: none;
     margin-left: 0;
   }
+
+  // Search Aliases
+
+  ._aliases {
+    display: block;
+
+    > table { width: 100%; }
+  }
 }
 
 //