Added commas between alert items.

This commit is contained in:
DebaucheryLibrarian 2024-05-27 03:12:38 +02:00
parent 90b963fb07
commit cec927ba0b
1 changed files with 4 additions and 0 deletions

View File

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