mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-15 21:05:48 -04:00
16 lines
217 B
CSS
16 lines
217 B
CSS
.filterMenuContainer {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.filteredMessage {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.blankpad {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
padding-left: 2em;
|
|
}
|