mirror of
https://github.com/Sonarr/Sonarr
synced 2026-01-14 19:41:34 +01:00
9 lines
136 B
CSS
9 lines
136 B
CSS
.filterMenuContainer {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.filteredMessage {
|
|
margin-top: 10px;
|
|
}
|