Files
Readarr/frontend/src/InteractiveSearch/InteractiveSearch.css
Tristan Kennedy 3a3cf8511e Added padding to search tab to maintain visual consistancy
(cherry picked from commit 55ef505d740a9aadc7f161274006e150b0d9cf8f)
2023-06-17 00:50:55 +03:00

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;
}