Skip to content

Commit 777269a

Browse files
authored
Misc page centering fixes
Signed-off-by: Faisal N <contact@faisaln.com>
1 parent 225cb23 commit 777269a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/design.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,11 +501,11 @@ div.ML__keyboard {
501501
width: fit-content;
502502
}
503503

504-
#clicker:not(:has(.section)) {
504+
#clicker:not(:has(.section)):not(:has(#submit-button)) {
505505
align-items: center;
506506
}
507507

508-
#clicker:not(:has(.section)) *:not(ul):not(ol):not(li) {
508+
#clicker:not(:has(.section)):not(:has(#submit-button)) *:not(ul):not(ol):not(li) {
509509
text-align: center;
510510
}
511511

0 commit comments

Comments
 (0)