Skip to content

Commit

Permalink
Adjusted margin for window control buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonnev committed Feb 28, 2022
1 parent d6fcedd commit 3869eaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Close Only Left/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Normal mode
background: linear-gradient(to bottom, #E5E5E5, #DFDFDF) !important;
border-radius: 6px 6px 0 0 !important;
height: 46px !important;
padding: 0px 1px 0px 48px !important;
padding: 0px 6px 0px 48px !important;
box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3), inset 0 0 0 1px rgba(255,255,255,0.2) !important;
}
/* fullscreen fixes for the nav bar */
Expand Down
2 changes: 1 addition & 1 deletion Ubuntu/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Normal mode
background: linear-gradient(to bottom, #E5E5E5, #DFDFDF) !important;
border-radius: 6px 6px 0 0 !important;
height: 46px !important;
padding: 0px 3px 0px 110px !important;
padding: 0px 6px 0px 110px !important;
box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3), inset 0 0 0 1px rgba(255,255,255,0.2) !important;
}
/* fullscreen fixes for the nav bar */
Expand Down
2 changes: 1 addition & 1 deletion Windows/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Normal mode
background: linear-gradient(to bottom, #E5E5E5, #DFDFDF) !important;
border-radius: 6px 6px 0 0 !important;
height: 46px !important;
padding: 0px 105px 0px 3px !important;
padding: 0px 105px 0px 4px !important;
box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3), inset 0 0 0 1px rgba(255,255,255,0.2) !important;
}
/* fullscreen fixes for the nav bar */
Expand Down

0 comments on commit 3869eaf

Please sign in to comment.