web/layout: fix border radius of content on desktop

now it's perfectly aligned with macos' window border radius. probably on windows 11 too cuz they copied macos big sur
This commit is contained in:
wukko
2025-04-23 21:03:48 +06:00
parent ea8560e8a9
commit 6d315e3e74

View File

@@ -156,7 +156,7 @@
background-color: var(--primary);
box-shadow: 0 0 0 var(--content-border-thickness) var(--content-border);
border-radius: 8px;
border-radius: 6px;
margin: var(--content-margin);
margin-left: var(--content-border-thickness);
}