Merge pull request #40 from refactoringhq/task/window-frame-border

fix: add 1px inset border between macOS window frame and app content
This commit is contained in:
Luca Rossi
2026-02-24 13:40:13 +01:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"children":[],"variables":{}}

View File

@@ -5,6 +5,8 @@
height: 100vh;
width: 100vw;
overflow: hidden;
border-radius: 10px;
box-shadow: inset 0 0 0 1px var(--border-primary);
}
.app {