From 889abaed4aba36e855cc713b0ceadc9f995eb343 Mon Sep 17 00:00:00 2001 From: Haoyu Xu Date: Mon, 24 Jan 2022 23:35:28 -0500 Subject: [PATCH] fix(css): fix fallimage position issue --- Version | 2 +- template/assets/style.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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;