diff --git a/receivers/common/web/main/common.css b/receivers/common/web/main/common.css index 63e137c..d2796bb 100644 --- a/receivers/common/web/main/common.css +++ b/receivers/common/web/main/common.css @@ -289,7 +289,6 @@ body, html { flex-direction: row; align-items: center; padding: 16px 20px; - gap: 12px; position: relative; top: -200px; @@ -317,6 +316,7 @@ body, html { overflow: hidden; text-overflow: ellipsis; word-break: break-word; + margin-right: 5px; font-family: InterVariable; font-size: 28px; @@ -444,14 +444,15 @@ body, html { } #toast-notification { - padding: 16px; - top: -225px; + padding: 12px; + top: -200px; } #toast-icon { - width: 108px; - height: 108px; + width: 80px; + height: 80px; margin: 5px 10px; + margin-right: 15px; } #toast-text { @@ -551,14 +552,15 @@ body, html { } #toast-notification { - padding: 16px; - top: -200px; + padding: 12px; + top: -175px; } #toast-icon { - width: 88px; - height: 88px; + width: 70px; + height: 70px; margin: 5px 10px; + margin-right: 15px; } #toast-text { @@ -654,13 +656,14 @@ body, html { } #toast-notification { - padding: 12px; - top: -150px; + padding: 8px; + top: -140px; } #toast-icon { - width: 68px; - height: 68px; + width: 60px; + height: 60px; + margin-right: 15px; } #toast-text { @@ -755,13 +758,13 @@ body, html { } #toast-notification { - padding: 8px; - top: -125px; + padding: 4px; + top: -100px; } #toast-icon { - width: 48px; - height: 48px; + width: 40px; + height: 40px; } #toast-text {