Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
6352c3009d
2 changed files with 15 additions and 6 deletions
|
@ -68,10 +68,6 @@ body[loading] {
|
|||
}
|
||||
}
|
||||
|
||||
body[platform='linux'] {
|
||||
background: #222;
|
||||
}
|
||||
|
||||
body.notransparency::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
@ -880,6 +876,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
.app-chrome .app-chrome--left {
|
||||
width: 30%;
|
||||
justify-content: left;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
.app-chrome .app-chrome--center {
|
||||
|
@ -5957,5 +5954,17 @@ body.no-gpu {
|
|||
}
|
||||
}
|
||||
|
||||
body[platform='darwin'] {
|
||||
#window-controls-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.app-chrome .app-chrome-item > .app-mainmenu {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@import url("less/compact.less");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue