Skip to content

Commit d39b871

Browse files
Improve dashboard mobile responsiveness (#135)
Maintainer merge: CSS-only extra-small dashboard responsiveness improvement. Local merged preview with #132/#133 passed frontend tests, frontend build, and diff-check. No backend/payment/auth workflow deletion found.
1 parent b73bfa7 commit d39b871

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

frontend/src/styles.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8988,6 +8988,23 @@ svg {
89888988
.dash-project-actions button {
89898989
padding: 6px 10px;
89908990
font-size: 12px;
8991+
min-height: 36px;
8992+
}
8993+
.dash-sidebar {
8994+
padding: 8px 6px;
8995+
}
8996+
.dash-side-nav button {
8997+
font-size: 11px;
8998+
padding: 6px 8px;
8999+
min-height: 36px;
9000+
}
9001+
.dash-card .payment-history-row {
9002+
grid-template-columns: 1fr;
9003+
gap: 6px;
9004+
}
9005+
.dash-toast {
9006+
font-size: 12px;
9007+
padding: 8px 12px;
89919008
}
89929009
}
89939010

0 commit comments

Comments
 (0)