Skip to content

Commit 5511c91

Browse files
Merge pull request #37 from prateekjadhwani/fixes
Small tab mobile fixes
2 parents 85b0620 + dbce325 commit 5511c91

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

app/styles/app-theme.html

+16-6
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@
134134
margin-top: 18px;
135135
margin-left: 50px;
136136
}
137-
paper-tab {
138-
min-width: 150px;
139-
}
137+
140138
/* Breakpoints */
141139

142140
/* Small */
@@ -172,6 +170,16 @@
172170
.multicol.universal-footer [multicol] > [col] {
173171
flex: auto;
174172
}
173+
174+
paper-tabs {
175+
width: 100%;
176+
margin-left: 0;
177+
}
178+
179+
180+
paper-tab {
181+
min-width: calc( 30% - 11px );
182+
}
175183

176184
}
177185

@@ -201,6 +209,10 @@
201209
.multicol.universal-footer [multicol] > [col] {
202210
flex: 1;
203211
}
212+
213+
paper-tab {
214+
min-width: 150px;
215+
}
204216

205217
}
206218

@@ -227,9 +239,7 @@
227239
font-size: 20px;
228240
}
229241

230-
paper-toolbar paper-tabs {
231-
display: none;
232-
}
242+
233243
}
234244
/* mobile-small-landscape */
235245
@media all and (min-width: 0) and (max-width: 480px) and (orientation: landscape) { }

0 commit comments

Comments
 (0)