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:
1
design/window-frame-border.pen
Normal file
1
design/window-frame-border.pen
Normal file
@@ -0,0 +1 @@
|
||||
{"children":[],"variables":{}}
|
||||
@@ -5,6 +5,8 @@
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
border-radius: 10px;
|
||||
box-shadow: inset 0 0 0 1px var(--border-primary);
|
||||
}
|
||||
|
||||
.app {
|
||||
|
||||
Reference in New Issue
Block a user