Skip to content

Commit db55711

Browse files
jeremymanningclaude
andcommitted
Fix header-right button group alignment on mobile
Add justify-content: flex-end to .header-right on mobile so buttons align to the right edge instead of starting from left. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0f7749b commit db55711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
.logo { font-size: 0.95rem; }
744744
.header-left { gap: 0.3rem; flex: 0 0 auto; }
745745
.header-actions { gap: 0.25rem; flex: 1; min-width: 0; }
746-
.header-right { gap: 0.25rem; flex: 1; min-width: 0; }
746+
.header-right { gap: 0.25rem; flex: 1; min-width: 0; justify-content: flex-end; }
747747
.btn-icon, .control-btn { min-width: 34px; min-height: 34px; font-size: 0.85rem; }
748748
/* Make dropdown arrow easier to see on mobile */
749749
.custom-select-arrow { font-size: 0.9rem; }

0 commit comments

Comments
 (0)