mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-31 01:02:20 -05: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;
|
|
}
|