Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4284 from jonathansampson/mq_addressbar
Browse files Browse the repository at this point in the history
Improvements to Title Bar
  • Loading branch information
bbondy authored Sep 25, 2016
2 parents 89625ea + 94b9655 commit 21f0409
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@
}

.navbarMenubarFlexContainer {
overflow: hidden;
padding-left: 5px;
padding-top: 5px;
}

#urlInput { width: 100%; }

// changes to ensure window can be as small as 480px wide
// and still be useable and have the caption buttons intact
Expand All @@ -49,8 +52,6 @@
}
}
@media (max-width: @breakpointSmallWin32) {
.loadTime { display: none; }
#urlInput { max-width: 75px; }
#titleBar { width: 100px; }
.menubarContainer {
.menubar {
Expand All @@ -61,7 +62,7 @@
}
}
@media (max-width: @breakpointTinyWin32) {
#urlInput { max-width: 50px; }
.loadTime { display: none; }
.menubarContainer {
.menubar {
.menubarItem {
Expand Down

0 comments on commit 21f0409

Please sign in to comment.