no message

This commit is contained in:
A1300399510
2024-01-02 19:03:39 +08:00
parent d7915dd321
commit 5ad39c3e39
9 changed files with 281 additions and 52 deletions

View File

@@ -61,7 +61,7 @@ const handleLike = (uniqid, token) => {
// height: 278px;
background-color: rgb(255, 255, 255);
border-radius: 8px;
padding: 20px 20px 25px;
padding: 20px 19px 25px 20px;
cursor: pointer;
margin-bottom: 20px;
@@ -83,11 +83,11 @@ const handleLike = (uniqid, token) => {
.list {
flex-direction: column;
margin-bottom: 16px;
margin-bottom: 14px;
.item {
&:not(:last-of-type) {
margin-bottom: 10px;
margin-bottom: 8px;
}
.item-name {
@@ -110,7 +110,7 @@ const handleLike = (uniqid, token) => {
background: #f2f2f2;
border: 1px solid #f6f6f6;
padding: 12px;
margin-bottom: 12px;
margin-bottom: 11px;
transition: all 0.3s;
&:hover {