Skip to content

Commit 356a4f9

Browse files
committed
Mobile UI fixes
1 parent a366e4a commit 356a4f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/stylesheets/components/_mobile.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
._mobile {
66
font-size: 100%;
7+
background: $contentBackground;
78

89
._hide-on-mobile { display: none; }
910

@@ -107,6 +108,14 @@
107108
max-width: none;
108109
margin-left: 0;
109110
}
111+
112+
// Search Aliases
113+
114+
._aliases {
115+
display: block;
116+
117+
> table { width: 100%; }
118+
}
110119
}
111120

112121
//

0 commit comments

Comments
 (0)