Skip to content

Commit

Permalink
Merge pull request #37 from prateekjadhwani/fixes
Browse files Browse the repository at this point in the history
Small tab mobile fixes
  • Loading branch information
prateekjadhwani committed Jul 25, 2015
2 parents 85b0620 + dbce325 commit 5511c91
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions app/styles/app-theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@
margin-top: 18px;
margin-left: 50px;
}
paper-tab {
min-width: 150px;
}

/* Breakpoints */

/* Small */
Expand Down Expand Up @@ -172,6 +170,16 @@
.multicol.universal-footer [multicol] > [col] {
flex: auto;
}

paper-tabs {
width: 100%;
margin-left: 0;
}


paper-tab {
min-width: calc( 30% - 11px );
}

}

Expand Down Expand Up @@ -201,6 +209,10 @@
.multicol.universal-footer [multicol] > [col] {
flex: 1;
}

paper-tab {
min-width: 150px;
}

}

Expand All @@ -227,9 +239,7 @@
font-size: 20px;
}

paper-toolbar paper-tabs {
display: none;
}

}
/* mobile-small-landscape */
@media all and (min-width: 0) and (max-width: 480px) and (orientation: landscape) { }
Expand Down

0 comments on commit 5511c91

Please sign in to comment.