More tweaking

This commit is contained in:
Dominic Ferrando
2025-04-25 22:17:40 -04:00
parent 00cd1cffc7
commit b73ff72849
3 changed files with 15 additions and 13 deletions
+7 -3
View File
@@ -99,7 +99,7 @@ body {
margin: 0;
}
.action-search {
.action-refresh {
flex: 1 1 150px;
}
@@ -486,9 +486,13 @@ footer {
}
@media (max-width: 600px) {
body {
margin: 0;
}
.action-bar {
flex-direction: column;
align-items: stretch;
justify-items: center;
}
.action-bar select,
@@ -497,7 +501,7 @@ footer {
width: 100%0px;
}
.action-search {
.action-refresh {
flex: 1;
}
}