fix(css): fix fallimage position issue

This commit is contained in:
Haoyu Xu
2022-01-24 23:35:28 -05:00
parent a66a8e4ac4
commit 889abaed4a
2 changed files with 7 additions and 3 deletions

View File

@@ -1 +1 @@
2.1.3
2.1.4

View File

@@ -26,6 +26,11 @@ body {
background-color: white;
}
#widget-wrapper {
display: flex;
align-items: center;
}
#widget-wrapper, #container, #fallback {
width: 100%;
height: 100%;
@@ -36,8 +41,7 @@ body {
}
#fallback.show {
display: flex;
align-items: center;
display: unset;
margin: auto;
background-position: center;
background-repeat: no-repeat;