Added commas between alert items.
This commit is contained in:
parent
90b963fb07
commit
cec927ba0b
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue