From 22ad286ffd20c63ba35b69fb651d84c2d0ed06e0 Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Thu, 9 Jun 2022 06:47:06 -0700 Subject: [PATCH] macOS styling update --- src/renderer/less/macos.less | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/renderer/less/macos.less b/src/renderer/less/macos.less index af21338b..9a9eca45 100644 --- a/src/renderer/less/macos.less +++ b/src/renderer/less/macos.less @@ -13,5 +13,37 @@ body[platform="darwin"] { &::before { display: none; } + + .app-chrome { + background-color: rgb(14 14 14 / 60%); + } + + &.twopanel { + --chromeHeight1: 55px; + --chromeHeight: calc(var(--chromeHeight1) + var(--chromeHeight2)); + + .app-chrome .app-chrome-item.search { + margin-right: 12px; + } + .app-chrome .app-mainmenu { + width: 46px; + } + + .app-chrome.chrome-bottom { + background-color: rgb(14 14 14 / 60%); + } + } + } + + #app-main { + background-color: transparent; + + .app-navigation { + background: transparent; + } + + #app-content { + background-color: var(--baseColor); + } } } \ No newline at end of file