Skip to content

Commit bad05f9

Browse files
committed
mac buttons correct position
1 parent 7094743 commit bad05f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/components/title-bar/title-bar.component.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@
7878
cursor: pointer;
7979
height: 13px;
8080
padding: 0;
81-
padding-top: 3.5px;
8281
position: fixed;
82+
top: 4px;
8383
transition: 400ms;
8484
width: 13px;
8585

8686
&.closeButton {
8787
background: $close-button;
8888
fill: $close-button;
89-
padding-left: 7px;
89+
left: 6px;
9090

9191
& .window-button {
9292
transform: translate(-1px, -1px) !important;
@@ -96,7 +96,7 @@
9696
&.maximizeButton {
9797
background: $maximize-button;
9898
fill: $maximize-button;
99-
left: 47px;
99+
left: 46px;
100100

101101
& .window-button {
102102
transform: translate(-1px, -1px) !important;
@@ -106,7 +106,7 @@
106106
&.minimizeButton {
107107
background: $minimize-botton;
108108
fill: $minimize-botton;
109-
left: 27px;
109+
left: 26px;
110110

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

0 commit comments

Comments
 (0)