mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Fix aspect ratio on error view background (#31361)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user