diff --git a/Version b/Version index abae0d9..c346e7a 100644 --- a/Version +++ b/Version @@ -1 +1 @@ -2.1.3 \ No newline at end of file +2.1.4 \ No newline at end of file diff --git a/template/assets/style.css b/template/assets/style.css index d0c7af2..5d7e3a5 100644 --- a/template/assets/style.css +++ b/template/assets/style.css @@ -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;