Added commas between alert items.

This commit is contained in:
2024-05-27 03:12:38 +02:00
parent 90b963fb07
commit cec927ba0b

View File

@@ -320,6 +320,10 @@ async function removeAlert(alert) {
&:hover {
background: var(--shadow-weak-40);
}
.link:not(:last-child):after {
content: ', ';
}
}
.alert-details {