Improved alert filter UI.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
>
|
||||
<div
|
||||
v-if="showSecondary && !!itemAlerts"
|
||||
class="alert-trigger"
|
||||
>
|
||||
<Icon
|
||||
v-if="itemAlerted"
|
||||
@@ -360,4 +361,10 @@ async function reloadStashes(newStash) {
|
||||
fill: var(--text-light);
|
||||
}
|
||||
}
|
||||
|
||||
.alert-trigger:not(:last-child) {
|
||||
padding-right: .25rem;
|
||||
border-right: solid 1px var(--highlight-weak-30);
|
||||
margin-right: .25rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user