macOS styling update

This commit is contained in:
booploops 2022-06-09 06:47:06 -07:00
parent ac436accbe
commit 22ad286ffd

View file

@ -13,5 +13,37 @@ body[platform="darwin"] {
&::before { &::before {
display: none; 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);
}
} }
} }