From 8ed804a5e6a1896dfb746226f8ada1d9079ff814 Mon Sep 17 00:00:00 2001 From: nin0 Date: Wed, 16 Apr 2025 13:34:24 -0400 Subject: [PATCH] fix --- src/components/commonComponents/Window.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/commonComponents/Window.astro b/src/components/commonComponents/Window.astro index 2a4c704..c073deb 100644 --- a/src/components/commonComponents/Window.astro +++ b/src/components/commonComponents/Window.astro @@ -13,7 +13,6 @@ const randomID = customClass || Math.random().toString().replace(".", ""); border-radius: 17px; border: 1px solid var(--text); position: absolute; - } .title-bar { .title-bar-text { @@ -45,7 +44,7 @@ const randomID = customClass || Math.random().toString().replace(".", ""); .window-body { padding: 20px !important; background-color: #1e1e2e; - border-radius: 0 0 20px 20px; + border-radius: 0 0 17px 17px; } @media (pointer: coarse) { .window {