diff --git a/src/components/MonitorList.vue b/src/components/MonitorList.vue index 8a16f1a6a..e10580463 100644 --- a/src/components/MonitorList.vue +++ b/src/components/MonitorList.vue @@ -3,24 +3,6 @@
- - - - - + +
+ + + + +
@@ -563,6 +565,12 @@ export default { } } +.filters-group { + display: flex; + align-items: center; + gap: 8px; +} + .actions-wrapper { display: flex; align-items: center; @@ -667,6 +675,25 @@ export default { } } +@media (max-width: 975px) { + .filter-row { + flex-direction: column-reverse; + align-items: stretch; + gap: 8px; + } + + .search-wrapper { + width: 100% !important; + max-width: 100% !important; + margin-left: 0 !important; + flex: 1 1 100%; + } + + .filters-group { + width: 100%; + } +} + @media (max-width: 770px) { .list-header { margin: -20px; @@ -683,6 +710,7 @@ export default { min-width: 0; max-width: 300px; margin-left: auto; + order: 1; form { width: 100%;