fix(css): fix fallimage position issue
This commit is contained in:
@@ -26,6 +26,11 @@ body {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#widget-wrapper {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
#widget-wrapper, #container, #fallback {
|
#widget-wrapper, #container, #fallback {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -36,8 +41,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#fallback.show {
|
#fallback.show {
|
||||||
display: flex;
|
display: unset;
|
||||||
align-items: center;
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user