mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
feat(desktop): properly integrate window controls on windows (#9835)
This commit is contained in:
parent
7ed448a7e8
commit
d00b8df770
8 changed files with 373 additions and 23 deletions
7
packages/desktop/src/styles.css
Normal file
7
packages/desktop/src/styles.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
button.decorum-tb-btn,
|
||||
button#decorum-tb-minimize,
|
||||
button#decorum-tb-maximize,
|
||||
button#decorum-tb-close,
|
||||
div[data-tauri-decorum-tb] {
|
||||
height: calc(var(--spacing) * 10) !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue