Skip to content

Commit eb057f2

Browse files
committed
fixed: buttons overflow on mobile
1 parent cf9591c commit eb057f2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@
1414
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
1515
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-deep_purple.min.css">
1616
<style type="text/css">
17+
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
18+
.mdl-navigation.controls {
19+
scale: .7;
20+
}
21+
22+
.mdl-layout__header-row>* {
23+
flex-shrink: 1;
24+
}
25+
26+
.mdl-layout__header-row>.mdl-layout-title {
27+
font-size: 1em;
28+
white-space:nowrap;
29+
}
30+
}
31+
1732
input[type="file"] {
1833
visibility: hidden;
1934
width: 0;

0 commit comments

Comments
 (0)