feat(i18n): readermode translations and icon (#1961)

* fix(readermode): Translations and a new icon for ReaderMode

* Formatted

* Replaced icon
This commit is contained in:
Felix Nie 2025-05-08 03:56:18 +08:00 committed by GitHub
parent c33f96e572
commit e98d97a271
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 101 additions and 10 deletions

View file

@ -15,6 +15,7 @@
width: 20px;
height: 20px;
top: calc(50% - 10px);
fill: var(--darkgray);
stroke: var(--darkgray);
transition: opacity 0.1s ease;
}