We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85b0620 + dbce325 commit 5511c91Copy full SHA for 5511c91
app/styles/app-theme.html
@@ -134,9 +134,7 @@
134
margin-top: 18px;
135
margin-left: 50px;
136
}
137
- paper-tab {
138
- min-width: 150px;
139
- }
+
140
/* Breakpoints */
141
142
/* Small */
@@ -172,6 +170,16 @@
172
170
.multicol.universal-footer [multicol] > [col] {
173
171
flex: auto;
174
+ paper-tabs {
175
+ width: 100%;
176
+ margin-left: 0;
177
+ }
178
179
180
+ paper-tab {
181
+ min-width: calc( 30% - 11px );
182
183
184
185
@@ -201,6 +209,10 @@
201
209
202
210
flex: 1;
203
211
212
213
214
+ min-width: 150px;
215
204
216
205
217
206
218
@@ -227,9 +239,7 @@
227
239
font-size: 20px;
228
240
229
241
230
- paper-toolbar paper-tabs {
231
- display: none;
232
242
233
243
234
244
/* mobile-small-landscape */
235
245
@media all and (min-width: 0) and (max-width: 480px) and (orientation: landscape) { }
0 commit comments