From 73cf1dede491b7e5afa4a3ae9f3994d02c5d79ff Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Tue, 20 Jan 2026 20:51:01 +0100 Subject: [PATCH] Use inline spacing variable --- app/assets/stylesheets/dialog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/dialog.css b/app/assets/stylesheets/dialog.css index 75f03136a..4e10ccabb 100644 --- a/app/assets/stylesheets/dialog.css +++ b/app/assets/stylesheets/dialog.css @@ -38,6 +38,6 @@ /* Ensure padding from viewport edges */ .dialog.panel { - max-inline-size: calc(100vw - var(--block-space-double)); + max-inline-size: calc(100vw - var(--inline-space-double) * 2); } }