mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-20 17:47:19 +00:00
Transparent borderless window with floating popover and rounded corners
This commit is contained in:
parent
1609f2bd4b
commit
bd9e09cf0e
2 changed files with 3 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"width": 360,
|
||||
"height": 660,
|
||||
"decorations": false,
|
||||
"transparent": false,
|
||||
"transparent": true,
|
||||
"resizable": false,
|
||||
"alwaysOnTop": true,
|
||||
"skipTaskbar": true,
|
||||
|
|
|
|||
|
|
@ -64,8 +64,9 @@ html, body, #root {
|
|||
flex-direction: column;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
border-radius: var(--radius-lg);
|
||||
border-radius: 12px;
|
||||
background: var(--surface);
|
||||
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
/* ---- header ---- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue