mirror of https://github.com/Radarr/Radarr
10 lines
136 B
CSS
10 lines
136 B
CSS
|
.filterMenuContainer {
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.filteredMessage {
|
||
|
margin-top: 10px;
|
||
|
}
|