From e45df8ae21a71fda854c5477009bffd6ca7836d872102222c6a233e583b766c3 Mon Sep 17 00:00:00 2001 From: nnwhen Date: Wed, 19 Mar 2025 15:29:31 +0200 Subject: [PATCH] hotfix --- res/asset-index-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/asset-index-style.css b/res/asset-index-style.css index 92a8ba9..0b2cada 100644 --- a/res/asset-index-style.css +++ b/res/asset-index-style.css @@ -15,7 +15,7 @@ display: flex; flex-direction: column; flex-grow: 1; - max-width: min(90%, 500px); + width: min(90%, 500px); } #ndx-news article, #ndx-more article { @@ -25,7 +25,7 @@ } #ndx-decree { - max-width: min(90%, 670px); + width: min(90%, 670px); flex-grow: 2; text-align: center; border: var(--text) double 8px;