Skip to content

Commit de007f5

Browse files
committed
fix: css
1 parent 6a1d199 commit de007f5

14 files changed

Lines changed: 46 additions & 39 deletions

File tree

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "language",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": {
55
"zh_tw": "TREM-Lite Language Plugin"
66
},

lang/id-ID/index/index.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,12 @@ html[lang="id-ID"] {
166166
content: "Episentrum yang sedang dikaji" !important;
167167
}
168168

169+
.rts-intensity-list-wrapper {
170+
width: 13rem !important;
171+
}
172+
169173
.report-wrapper.hidden ~ .rts-intensity-list-wrapper {
170-
transform: translateX(109%);
174+
transform: translateX(153%);
171175
}
172176

173177
.report-wrapper {
@@ -188,7 +192,6 @@ html[lang="id-ID"] {
188192
/** Intensity List **/
189193
.rts-intenisty-list-text::before {
190194
content: "Intensitas di Seluruh Wilayah berdasarkan peringkat" !important;
191-
font-size: 11px;
192195
}
193196

194197
/** Warning Message Box **/

lang/id-ID/index/rwd.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ html[lang="id-ID"] {
2222
width: 76px;
2323
}
2424
.report-wrapper.hidden ~ .rts-intensity-list-wrapper {
25-
transform: translateX(93%) !important;
25+
transform: translateX(130%) !important;
2626
}
2727
.report-box-item-wrapper.survey:first-child {
2828
.report-loc {

lang/ja-JP/index/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ html[lang="ja-JP"] {
9999
/** Intensity List **/
100100
.rts-intenisty-list-text::before {
101101
content: "場所別震度ランキング" !important;
102-
font-size: 11px;
103102
}
104103

105104
.max-intensity-text::before {

lang/ru/index/index.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,12 @@ html[lang="ru"] {
194194
content: "Макс. PGA" !important;
195195
}
196196

197+
.rts-intensity-list-wrapper {
198+
width: 13rem !important;
199+
}
200+
197201
.report-wrapper.hidden ~ .rts-intensity-list-wrapper {
198-
transform: translateX(144%);
202+
transform: translateX(153%);
199203
}
200204

201205
.report-wrapper {

lang/ru/index/rwd.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ html[lang="ru"] {
2525
.max-intensity {
2626
width: auto;
2727
}
28-
.rts-intensity-list-wrapper {
29-
right: 17rem;
30-
}
3128
.report-wrapper.hidden ~ .rts-intensity-list-wrapper {
32-
transform: translateX(111%) !important;
29+
transform: translateX(130%) !important;
3330
}
3431
.report-box-item-wrapper.survey:first-child {
3532
.report-loc {

lang/th-TH/index/index.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,12 @@ html[lang="th-TH"] {
184184
font-size: 19px;
185185
}
186186

187+
.rts-intensity-list-wrapper {
188+
width: 13rem !important;
189+
}
190+
187191
.report-wrapper.hidden ~ .rts-intensity-list-wrapper {
188-
transform: translateX(131%);
192+
transform: translateX(153%);
189193
}
190194

191195
.report-wrapper {

lang/th-TH/index/rwd.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ html[lang="th-TH"] {
2121
.max-intensity {
2222
width: 76px;
2323
}
24-
.rts-intensity-list-wrapper {
25-
right: 17rem;
26-
}
2724
.report-wrapper.hidden ~ .rts-intensity-list-wrapper {
28-
transform: translateX(111%) !important;
25+
transform: translateX(130%) !important;
2926
}
3027
.report-box-item-wrapper.survey:first-child {
3128
.report-loc {

lang/tl-PH/index/index.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,12 @@ html[lang="tl-PH"] {
169169
content: "Epicenter sa ilalim ng pagtatasa" !important;
170170
}
171171

172+
.rts-intensity-list-wrapper {
173+
width: 13rem !important;
174+
}
175+
172176
.report-wrapper.hidden ~ .rts-intensity-list-wrapper {
173-
transform: translateX(125%);
177+
transform: translateX(153%);
174178
}
175179

176180
.report-wrapper {

lang/tl-PH/index/rwd.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,8 @@ html[lang="tl-PH"] {
2121
.max-intensity {
2222
width: 76px;
2323
}
24-
.rts-intensity-list-wrapper {
25-
right: 17rem;
26-
min-width: 150px;
27-
}
2824
.report-wrapper.hidden ~ .rts-intensity-list-wrapper {
29-
transform: translateX(107%) !important;
30-
min-width: 218px;
25+
transform: translateX(129%) !important;
3126
}
3227
.report-box-item-wrapper.survey:first-child {
3328
.report-loc {

0 commit comments

Comments
 (0)