New: Keep dashboard scan buttons in one row on phones

This commit is contained in:
lscambo13
2025-07-30 12:47:16 -07:00
parent d5cb3fb6dd
commit 2ff26bb349

View File

@@ -1180,6 +1180,10 @@ html {
[data-type=Series] .listItemImage {
display: unset;
}
.dashboardActionsContainer {
font-size: min(3.6vw, 98%);
}
}
@media (orientation: portrait) {