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