Skip to content

Commit

Permalink
improve expanded tab mode display
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed Jan 23, 2016
1 parent 6967763 commit 5569459
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/navbarTabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ body.is-expanded-mode .add-tab {
display: none;
}
@media all and (max-width: 650px) {
body.is-expanded-mode .tab-item {
min-width: 50%;
max-width: 50%;
}
}
@media all and (max-width: 450px) {
body.is-expanded-mode .tab-item {
min-width: 100%;
max-width: 100%;
Expand Down

0 comments on commit 5569459

Please sign in to comment.