File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/app/components/title-bar Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
cursor : pointer ;
79
79
height : 13px ;
80
80
padding : 0 ;
81
- padding-top : 3.5px ;
82
81
position : fixed ;
82
+ top : 4px ;
83
83
transition : 400ms ;
84
84
width : 13px ;
85
85
86
86
& .closeButton {
87
87
background : $close-button ;
88
88
fill : $close-button ;
89
- padding- left : 7 px ;
89
+ left : 6 px ;
90
90
91
91
& .window-button {
92
92
transform : translate (-1px , -1px ) !important ;
96
96
& .maximizeButton {
97
97
background : $maximize-button ;
98
98
fill : $maximize-button ;
99
- left : 47 px ;
99
+ left : 46 px ;
100
100
101
101
& .window-button {
102
102
transform : translate (-1px , -1px ) !important ;
106
106
& .minimizeButton {
107
107
background : $minimize-botton ;
108
108
fill : $minimize-botton ;
109
- left : 27 px ;
109
+ left : 26 px ;
110
110
111
111
& .window-button {
112
112
transform : translate (-1px , -1px ) !important ;
You can’t perform that action at this time.
0 commit comments