no message

This commit is contained in:
kuaifan 2024-12-12 00:43:08 +08:00
parent bd2dabe851
commit 87fab80ea3
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9d4d2a3189fa2454b25af9f7f2ab64f776d40b53
Subproject commit 5a7bbcea45ab4444c7394d21cea5ace8a0615221

View File

@ -30,6 +30,7 @@
color: #fff;
padding: 16px 18px;
border-radius: 12px;;
max-width: calc(100% - 160px);
}
.title {
@ -47,6 +48,9 @@
color: #fff;
text-decoration: none;
border-radius: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dark {