Skip to content

Commit 0880bd2

Browse files
jeremymanningclaude
andcommitted
Fix skip button font size and toggle button alignment in landscape
Match skip-btn font/padding to quiz-option in landscape compact mode. Remove width override on quiz-toggle-btn that caused 4px misalignment with the panel edge. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a091bd7 commit 0880bd2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,9 +906,10 @@
906906
#quiz-panel .quiz-option { padding: 0.2rem 0.5rem; font-size: 0.76rem; min-height: 28px; }
907907
#quiz-panel .quiz-content { padding: 0.2rem 0.8rem 0.2rem; gap: 0.05rem; }
908908
#quiz-panel .quiz-feedback-area { gap: 0.15rem; }
909+
#quiz-panel .skip-btn { font-size: 0.76rem; padding: 0.2rem 0.5rem; min-height: 28px; }
909910
#quiz-panel .progress-summary { font-size: 0.7rem; margin: 0; padding: 0 0.8rem; line-height: 1.2; }
910911
#quiz-panel .progress-summary + div { height: 2px; margin: 0 0.8rem; }
911-
.quiz-toggle-btn { width: 32px !important; min-width: 32px !important; font-size: 0.8rem !important; }
912+
.quiz-toggle-btn { font-size: 0.8rem !important; }
912913
}
913914
</style>
914915
</head>

0 commit comments

Comments
 (0)