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

Commit

Permalink
Added a Windows specific style update to get rid of the droopy start
Browse files Browse the repository at this point in the history
buttons (reload/stop/favorite icon) which caused the favorite star to be 1 pixel lower than expected, but only on Windows).

Auditors: @jkup, @bradleyrichter
  • Loading branch information
bsclifton committed Oct 18, 2016
1 parent 46989b7 commit 2c4d9a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
padding-left: 5px;
}

.startButtons {
position: relative;
top: -1px;
}

#urlInput { width: 100%; }

// changes to ensure window can be as small as 480px wide
Expand Down

0 comments on commit 2c4d9a1

Please sign in to comment.