Skip to content

Commit

Permalink
fix: css
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrikeasia committed Dec 3, 2024
1 parent 86bcb3d commit e628cae
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions lang/en-US/setting/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ html[lang="en-US"] {
.extended-update-button:before {
content: "Update";
}
.extended-none-button:before {
content: "None";
.extended-latest-button:before {
content: "latest version";
}
.p-alert::before {
content: "P-Alert (when an receiving near real-time intensity)";
Expand Down
4 changes: 2 additions & 2 deletions lang/ja-JP/setting/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ html[lang="ja-JP"] {
.extended-update-button:before {
content: "更新";
}
.extended-none-button:before {
content: "なし";
.extended-latest-button:before {
content: "最新バージョン";
}
.p-alert::before {
content: "P-Alert(リアルタイムの震度を受信した)";
Expand Down
4 changes: 2 additions & 2 deletions lang/ko-KR/setting/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ html[lang="ko-KR"] {
.extended-update-button:before {
content: "업데이트";
}
.extended-none-button:before {
content: "없음";
.extended-latest-button:before {
content: "최신 버전입니다";
}
.p-alert::before {
content: "P-Alert (거의 실시간에 가까운 강도를 수신하는)";
Expand Down
5 changes: 3 additions & 2 deletions lang/vi-VN/setting/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,9 @@ html[lang="vi-VN"] {
.extended-update-button:before {
content: "Cập nhật";
}
.extended-none-button:before {
content: "Không có";
.extended-latest-button:before {
content: "Phiên bản mới nhất";
font-size: 14px;
}
.p-alert::before {
content: "P-Alert (Khi nhận được cường độ gần thời gian thực)";
Expand Down
3 changes: 0 additions & 3 deletions lang/zh-CN/setting/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ html[lang="zh-CN"] {
.extended-download-button:before {
content: "下载";
}
.extended-none-button:before {
content: "无";
}
.eew-1::before {
content: "EEW(收到地震预警时播放)";
}
Expand Down

0 comments on commit e628cae

Please sign in to comment.