From ccce9c2e05ab040ba8233fdbfc9bec0127ca08e2 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 29 Oct 2023 15:20:01 +0800 Subject: [PATCH] style: adjust max width for bewlybewly pages --- src/styles/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index d0f7b88d..17807e1d 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -117,7 +117,7 @@ --bew-border-color: rgb(131 131 145 / 18%); - --bew-page-max-width: 2000px; + --bew-page-max-width: 2280px; --bew-filter-icon-glow: saturate(0) brightness(2) drop-shadow(0 0 1px var(--bew-theme-color))