From 8b680990b0bb4fe3212a4f632519320191065f67 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 14 Dec 2025 15:57:36 -0500 Subject: init shifter + slideshow --- src/styles/window.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/styles/window.css') diff --git a/src/styles/window.css b/src/styles/window.css index 77c917a..8718330 100644 --- a/src/styles/window.css +++ b/src/styles/window.css @@ -107,9 +107,12 @@ background-color: var(--titlebar-control-link); } +.window-container { + margin: 1em 2%; +} + .window { font-family: var(--window-font); - margin: 1em 2%; box-shadow: inset -2px -2px var(--titlebar-colour), inset 2px 2px var(--titlebar-colour); @@ -134,7 +137,7 @@ flex-direction: row; } - .window { + .window-container { margin: 1em 20%; } } -- cgit v1.2.3