From b4cdc8f984f40dba1ecf7a844300e05ebe66c763 Mon Sep 17 00:00:00 2001 From: Jonathan Bursztyn Date: Fri, 13 Dec 2024 14:51:53 +0000 Subject: [PATCH] Center backup toast --- ui/components/app/home-notification/index.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/components/app/home-notification/index.scss b/ui/components/app/home-notification/index.scss index ec997e00e3aa..647dc7314d0d 100644 --- a/ui/components/app/home-notification/index.scss +++ b/ui/components/app/home-notification/index.scss @@ -10,10 +10,9 @@ border-radius: 8px; min-height: 116px; padding: 16px; + width: calc(100% - 16px); + max-width: 472px; - @include design-system.screen-sm-min { - min-width: 472px; - } &__content-container { display: flex;