Skip to content

Commit

Permalink
Merge pull request #1408 from nervosnetwork/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Dec 23, 2023
2 parents 9dbac0c + 1ba1125 commit 5ea8e89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,25 @@ a {
color: inherit;
}

/* stylelint-disable selector-class-pattern */
@media (width <= 750px) {
/* stylelint-disable-next-line selector-class-pattern */
.rc-pagination-options-quick-jumper {
display: none;
}
}

@media (width <= 750px) {
/* stylelint-disable-next-line selector-class-pattern */
.ant-popover-inner-content {
padding: 5px;
}
}

/* stylelint-disable-next-line selector-class-pattern */
.ant-tooltip-inner {
white-space: pre-wrap;
}

.ant-btn-primary:hover,
.ant-tabs-tab:hover {
color: var(--primary-color);
}
/* stylelint-enable selector-class-pattern */
1 change: 1 addition & 0 deletions src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@
"mins": "",
"secs": "",
"second": "",
"seconds": "",
"date": "日期",
"average_fee_rate": "平均费率",
"confirmation_time_x_avg_fee_rate": "确认时间与平均费率",
Expand Down

0 comments on commit 5ea8e89

Please sign in to comment.