diff --git a/components/alerts/alerts.vue b/components/alerts/alerts.vue
index beafc1d..673ea1a 100644
--- a/components/alerts/alerts.vue
+++ b/components/alerts/alerts.vue
@@ -20,7 +20,7 @@
placeholder="Search alerts"
>
-
+
+
+
@@ -354,9 +356,13 @@ async function removeAlert(alert) {
fill: var(--primary);
}
}
+}
- .uncombined {
- margin-left: .5rem;
+.filters-section {
+ &:not(:last-child) {
+ padding-right: .5rem;
+ border-right: solid 1px var(--glass-weak-30);
+ margin-right: .5rem;
}
}