From 17af847d32ee68b9b4642de04c4256231aadb2a9 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Tue, 7 Mar 2023 02:18:28 +0000 Subject: [PATCH] fix cover height --- packages/app/src/pages/account/index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/app/src/pages/account/index.less b/packages/app/src/pages/account/index.less index 08e9b415..68589cf5 100755 --- a/packages/app/src/pages/account/index.less +++ b/packages/app/src/pages/account/index.less @@ -18,6 +18,7 @@ width: 100%; height: 25vh; + min-height: 25vh; margin-bottom: 10px; @@ -28,6 +29,7 @@ &.expanded { height: 70vh; + min-height: 70vh; background-size: cover; background-repeat: no-repeat;