We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a366e4a commit 356a4f9Copy full SHA for 356a4f9
assets/stylesheets/components/_mobile.scss
@@ -4,6 +4,7 @@
4
5
._mobile {
6
font-size: 100%;
7
+ background: $contentBackground;
8
9
._hide-on-mobile { display: none; }
10
@@ -107,6 +108,14 @@
107
108
max-width: none;
109
margin-left: 0;
110
}
111
+
112
+ // Search Aliases
113
114
+ ._aliases {
115
+ display: block;
116
117
+ > table { width: 100%; }
118
+ }
119
120
121
//
0 commit comments