Fixed: Responsive add indexer modal layout filters

This commit is contained in:
Bogdan
2025-08-18 10:33:28 +03:00
committed by bakerboy448
parent c537e94f0f
commit 98ee9c1703
2 changed files with 8 additions and 18 deletions
@@ -76,10 +76,6 @@
background-color: var(--hoverBackgroundColor);
}
.filterRowCollapsed {
display: none !important;
}
@media only screen and (max-width: $breakpointSmall) {
.filterInput {
margin-bottom: 8px;
@@ -102,6 +98,10 @@
background-color: var(--cardBackgroundColor);
}
.filterRowCollapsed {
display: none !important;
}
.filterContainer {
margin-right: 0;
margin-bottom: 8px;