From 60c2482819451c46282b69b8754bf0109d86a523 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 28 Nov 2025 15:44:26 +0000 Subject: [PATCH] Fix aspect ratio on error view background (#31361) Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/structures/ErrorView.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/structures/ErrorView.pcss b/res/css/structures/ErrorView.pcss index 805456bdbb..c7eebd450e 100644 --- a/res/css/structures/ErrorView.pcss +++ b/res/css/structures/ErrorView.pcss @@ -24,7 +24,7 @@ Please see LICENSE files in the repository root for full details. background-color: var(--cpd-color-theme-bg); background-image: url("../../themes/element/img/compound/fade-arc-light.png"); background-repeat: no-repeat; - background-size: 100% 100%; + background-size: 100%; .mx_ErrorView_logo { display: block;