From 5c4d74c575443a0724841b4a2a8604df1c470fda Mon Sep 17 00:00:00 2001 From: kKaskak <117831817+kKaskak@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:52:52 +0200 Subject: [PATCH] fix: min-width of the content --- src/common/MetaPreview/styles.less | 2 +- src/common/ModalDialog/styles.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/MetaPreview/styles.less b/src/common/MetaPreview/styles.less index 4a2e264bc..416372123 100644 --- a/src/common/MetaPreview/styles.less +++ b/src/common/MetaPreview/styles.less @@ -210,7 +210,7 @@ } .share-prompt { - width: 24rem; + width: 100%; } @media only screen and (max-width: @minimum) { diff --git a/src/common/ModalDialog/styles.less b/src/common/ModalDialog/styles.less index 8f1ba5407..f5c259d55 100644 --- a/src/common/ModalDialog/styles.less +++ b/src/common/ModalDialog/styles.less @@ -15,6 +15,7 @@ display: flex; flex-direction: column; max-width: 80%; + min-width: 30%; max-height: 80%; padding: 0 2rem; border-radius: var(--border-radius);