fix(css): fix fallimage position issue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user