File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,11 @@ html { overflow: hidden; }
42
42
.app-loader .app-loader__title { color : $dark-theme-gray-lightest ; }
43
43
}
44
44
45
- body .win32 :not (.isFullScreen ) .app .app__content {
45
+ body :not ( .darwin ) :not (.isFullScreen ) .app .app__content {
46
46
margin-top : $windows-title-bar-height ;
47
47
height : calc (100% - $windows-title-bar-height );
48
48
}
49
49
50
- body .linux .app .app__content {
51
- margin-top : $windows-title-bar-height ;
52
- }
53
-
54
50
.app {
55
51
.app__content {
56
52
display : flex ;
@@ -75,7 +71,7 @@ body.linux .app .app__content {
75
71
76
72
.electron-app-title-bar { z-index : 99999999 ; }
77
73
78
- body :not ( .win32 ) .window-draggable {
74
+ body .darwin .window-draggable {
79
75
height : 35px ;
80
76
left : 0 ;
81
77
pointer-events : none ;
@@ -86,7 +82,7 @@ body:not(.win32) .window-draggable {
86
82
-webkit-app-region : drag;
87
83
}
88
84
89
- body .win32 .window-draggable {
85
+ body :not ( .darwin ) .window-draggable {
90
86
display : none ;
91
87
}
92
88
You can’t perform that action at this time.
0 commit comments