Added commas between alert items.
This commit is contained in:
@@ -320,6 +320,10 @@ async function removeAlert(alert) {
|
||||
&:hover {
|
||||
background: var(--shadow-weak-40);
|
||||
}
|
||||
|
||||
.link:not(:last-child):after {
|
||||
content: ', ';
|
||||
}
|
||||
}
|
||||
|
||||
.alert-details {
|
||||
|
||||
Reference in New Issue
Block a user