no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-20 17:19:05 +08:00
parent 6678cd51fc
commit 951b7167d8
2 changed files with 8 additions and 0 deletions

View File

@ -51,6 +51,10 @@
background-color: #2d2d2d;
border: 1px #2d2d2d;
}
.top-hand .top-right .save-btn.save-already .icon {
width: 20px;
height: 20px;
}
.top-hand .top-right .save-btn .icon {
width: 24px;
height: 24px;

View File

@ -57,6 +57,10 @@
&.save-already {
background-color: rgba(45, 45, 45, 1);
border: 1px rgba(45, 45, 45, 1);
.icon {
width: 20px;
height: 20px;
}
}
.icon {