added platform=darwin specific css
This commit is contained in:
parent
f9a2954e51
commit
2fd6d90f8a
1 changed files with 11 additions and 0 deletions
|
@ -5957,5 +5957,16 @@ body.no-gpu {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body[platform='darwin'] {
|
||||||
|
#window-controls-container {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.app-chrome .app-chrome-item > .app-mainmenu {
|
||||||
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@import url("less/compact.less");
|
@import url("less/compact.less");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue