Fix aspect ratio on error view background (#31361)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-11-28 15:44:26 +00:00
committed by GitHub
parent ebec5435e1
commit 60c2482819

View File

@@ -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;