fix(css): darkmode + readermode safari height
Some checks failed
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Docker build & push image / build (push) Has been skipped
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled

This commit is contained in:
Jacky Zhao 2026-01-03 23:39:56 +08:00
parent 11ab6da80c
commit 7dc826be0a
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
background: none; background: none;
border: none; border: none;
width: 20px; width: 20px;
height: 20px; height: 32px;
margin: 0; margin: 0;
text-align: inherit; text-align: inherit;
flex-shrink: 0; flex-shrink: 0;

View File

@ -5,7 +5,7 @@
background: none; background: none;
border: none; border: none;
width: 20px; width: 20px;
height: 20px; height: 32px;
margin: 0; margin: 0;
text-align: inherit; text-align: inherit;
flex-shrink: 0; flex-shrink: 0;