1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

New: Move Interactive search to toolbar

This commit is contained in:
Qstick
2023-10-08 14:31:11 -05:00
parent 3e534cf8bf
commit 40eeb31a21
14 changed files with 240 additions and 153 deletions

View File

@@ -0,0 +1,11 @@
.filterMenuContainer {
display: flex;
justify-content: flex-end;
margin-bottom: 10px;
}
.alert {
composes: alert from '~Components/Alert.css';
margin-top: 10px;
}