Improve search page button colors

Also show all buttons on one line for info indexer modal

Fixes #2046
This commit is contained in:
Bogdan
2024-03-19 14:21:27 +02:00
parent 721ae1cac0
commit 7d5d338c8e
3 changed files with 7 additions and 7 deletions
@@ -47,9 +47,3 @@
justify-content: space-between;
}
@media only screen and (max-width: $breakpointExtraSmall) {
.modalFooter {
flex-direction: column;
gap: 10px;
}
}