fixed alignment of notif content warning
This commit is contained in:
parent
b064a90753
commit
3a04ef7f81
|
@ -255,7 +255,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.notif-content .warning {
|
.notif-content .warning {
|
||||||
width: 100%;
|
width: calc(100% - 16px);
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
--warn-bg: color-mix(in srgb, var(--bg-700), var(--accent) 1%);
|
--warn-bg: color-mix(in srgb, var(--bg-700), var(--accent) 1%);
|
||||||
|
|
Loading…
Reference in a new issue