Skip to content

Commit

Permalink
mac buttons correct position
Browse files Browse the repository at this point in the history
  • Loading branch information
whyboris committed Nov 30, 2020
1 parent 7094743 commit bad05f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/components/title-bar/title-bar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@
cursor: pointer;
height: 13px;
padding: 0;
padding-top: 3.5px;
position: fixed;
top: 4px;
transition: 400ms;
width: 13px;

&.closeButton {
background: $close-button;
fill: $close-button;
padding-left: 7px;
left: 6px;

& .window-button {
transform: translate(-1px, -1px) !important;
Expand All @@ -96,7 +96,7 @@
&.maximizeButton {
background: $maximize-button;
fill: $maximize-button;
left: 47px;
left: 46px;

& .window-button {
transform: translate(-1px, -1px) !important;
Expand All @@ -106,7 +106,7 @@
&.minimizeButton {
background: $minimize-botton;
fill: $minimize-botton;
left: 27px;
left: 26px;

& .window-button {
transform: translate(-1px, -1px) !important;
Expand Down

0 comments on commit bad05f9

Please sign in to comment.