macOS styling update
This commit is contained in:
parent
ac436accbe
commit
22ad286ffd
1 changed files with 32 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue