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

Commit

Permalink
fixed lock icon and load time alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyrichter committed Oct 16, 2016
1 parent b2b3f3f commit 3df32ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
// Styles had to be reworked to properly position the new caption buttons for Windows
.navbarCaptionButtonContainer {
display: flex;
border-bottom: 1px solid #bbb;
border-bottom: 1px solid #aaaaaa;

&.allowDragging {
-webkit-app-region: drag;
Expand Down Expand Up @@ -679,7 +679,7 @@
font-size: 12px;
right: 10px;
text-align: right;
margin: 4px 0 0 0;
margin: 2px 0 0 0;
top: 9px;
cursor: default;
padding-top: 1px;
Expand Down Expand Up @@ -760,7 +760,7 @@

&.fa-lock,
&.fa-unlock {
margin-top: 4px;
margin-top: 1px;
font-size: 16px;
min-height: 10px;
min-width: 16px;
Expand Down

0 comments on commit 3df32ac

Please # to comment.