Fix aspect ratio on error view background (#31361)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ebec5435e1
commit
60c2482819
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user