mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Fix macOS titlebar
This commit is contained in:
parent
acdfb17e7a
commit
93e969a1ad
1 changed files with 7 additions and 0 deletions
|
@ -240,6 +240,13 @@
|
|||
[armcord-platform="darwin"] .titlebar {
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
width: 150px !important;
|
||||
}
|
||||
[armcord-platform="darwin"] section.theme-dark.container-ZMc96U.themed-Hp1KC_ {
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
[armcord-platform="darwin"] .searchBar-3TnChZ {
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
[armcord-platform="darwin"] .titlebar #window-controls-container {
|
||||
float: left;
|
||||
|
|
Loading…
Reference in a new issue