fix: adjust window controls position
This commit is contained in:
@@ -50,7 +50,11 @@ input::-ms-clear {
|
||||
}
|
||||
|
||||
div[data-tauri-decorum-tb] {
|
||||
@apply h-11;
|
||||
@apply h-11 !important;
|
||||
}
|
||||
|
||||
button.decorum-tb-btn {
|
||||
@apply h-11 !important;
|
||||
}
|
||||
|
||||
.spinner-leaf {
|
||||
|
||||
@@ -37,7 +37,7 @@ function Screen() {
|
||||
data-tauri-drag-region
|
||||
className={cn(
|
||||
"flex h-11 shrink-0 items-center justify-between",
|
||||
platform === "macos" ? "pl-[72px] pr-3" : "pr-[128px] pl-3",
|
||||
platform === "macos" ? "pl-[72px] pr-3" : "pr-[156px] pl-3",
|
||||
)}
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user