mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-02 22:06:28 +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;
|
|
}
|