From a7063b8acaff71482badc07fd0094200c12b2d66 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 21 Jun 2022 15:46:22 +0800 Subject: [PATCH] Fix logo height in the status page list --- src/pages/ManageStatusPage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/ManageStatusPage.vue b/src/pages/ManageStatusPage.vue index 275fd4900..e9d586375 100644 --- a/src/pages/ManageStatusPage.vue +++ b/src/pages/ManageStatusPage.vue @@ -91,6 +91,7 @@ export default { .logo { width: $logo-width; + height: $logo-width; // Better when the image is loading min-height: 1px;