fixed alignment of notif content warning

This commit is contained in:
ari melody 2024-07-05 15:12:53 +01:00
parent b064a90753
commit 3a04ef7f81
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -255,7 +255,7 @@
}
.notif-content .warning {
width: 100%;
width: calc(100% - 16px);
margin-bottom: 10px;
padding: 4px 8px;
--warn-bg: color-mix(in srgb, var(--bg-700), var(--accent) 1%);