1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04:00

New: Show filter indicator when filter is applied to a view

Closes #4863
This commit is contained in:
Mark McDowall
2022-01-23 14:28:06 -08:00
parent 1ee40215e7
commit 6debc77408
5 changed files with 61 additions and 0 deletions

View File

@@ -6,6 +6,12 @@
}
}
.indicatorContainer {
position: absolute;
top: 10px;
right: 12px;
}
.label {
margin-left: 5px;
}