From 7b8e2714251098084dd0d6d4e6da03e50eb8948b Mon Sep 17 00:00:00 2001 From: kKaskak <117831817+kKaskak@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:58:02 +0200 Subject: [PATCH] fix: toasts padding on mobile --- src/App/styles.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/App/styles.less b/src/App/styles.less index d0bfc6bd5..4493c3c9d 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -178,5 +178,13 @@ html { html { min-width: inherit; min-height: inherit; + + body { + :global(#app) { + .toasts-container { + padding: 0 1rem; + } + } + } } } \ No newline at end of file