From 5a53abc636d886a0da59aff51c276bba0bb9a5a3 Mon Sep 17 00:00:00 2001 From: KoalaDev <6156589+Shik3i@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:13:34 +0200 Subject: [PATCH] website: Adjust extension-mockup wrapper height to 600px to display the leave room button without scrolling --- website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/style.css b/website/style.css index 6729109..136949b 100644 --- a/website/style.css +++ b/website/style.css @@ -381,7 +381,7 @@ nav { .extension-mockup { width: 100%; max-width: 320px; - height: 520px; + height: 600px; background: #0f172a; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.08);