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 e3c012a commit 67f9293
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/css/lang/zh-Hant/index/rts_intensity_list/box.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
border-radius: 5px;
background: #505050c7;
border: 1px solid #515151;
display: flex;
flex-direction: column;
align-items: center;
}

.max-station-pga {
Expand Down
4 changes: 2 additions & 2 deletions src/css/lang/zh-Hant/setting/main/box.css
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ li {
.reset-button {
border-radius: 5px;
border: 1px solid #ffffff24;
width: 32px;
width: auto;
height: 3px;
cursor: pointer;
color: #ff4a4a;
Expand All @@ -1168,7 +1168,7 @@ li {
}

.reset-setting + .switch {
width: 60px;
width: auto;
}

.extended-setting-button {
Expand Down

0 comments on commit 67f9293

Please sign in to comment.