Skip to content

Commit

Permalink
chore: 微调通知关闭按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Dec 22, 2023
1 parent d78a04b commit 2cd0ebb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.23",
"version": "2.14.24",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
6 changes: 6 additions & 0 deletions src/assets/styles/overwritten_css_var.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,9 @@ input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: var(--comment-text-color) !important;
}

.Toastify__close-button {
position: relative;
left: -10px;
bottom: -10px;
}

0 comments on commit 2cd0ebb

Please sign in to comment.