Refactor fullscreen button markup, styles, i18n

Replace the old fullscreen localization key and button implementation with an iconized, accessible button and updated styling. Removed fullscreenBtn entries from locale files and updated js/i18n.js to set the fullscreen button's aria-label using tipFullscreen. popup.html now wraps the button in a header and includes an SVG icon; main.css adjusts layout (overflow, sticky header, button positioning, sizing, and hiding in fullscreen) and tweaks editor input spacing for the new layout.
This commit is contained in:
jonny
2026-03-07 21:18:23 +08:00
parent 85cc964836
commit da150b8788
7 changed files with 41 additions and 25 deletions
+2 -5
View File
@@ -158,19 +158,16 @@
"langChineseSimplified": {
"message": "简体中文"
},
"langJapanese": {
"langJapanese": {
"message": "日本語"
},
"langKorean": {
"message": "한국어"
},
"fullscreenBtn": {
"message": "전체화면"
},
"tipFullscreen": {
"message": "전체화면 편집"
},
"tipResize": {
"message": "드래그로 확대/축소(최소: 기본 크기)"
}
}
}