feat: close #3222 share message list should start from clear context index

This commit is contained in:
Yidadaa
2023-11-12 01:21:39 +08:00
parent 64647b0bb3
commit be6d45e49f
4 changed files with 57 additions and 17 deletions

View File

@@ -58,8 +58,8 @@
}
.body {
flex-grow: 1;
max-width: calc(100% - 40px);
flex: 1;
max-width: calc(100% - 80px);
.date {
font-size: 12px;
@@ -71,6 +71,12 @@
font-size: 12px;
}
}
.checkbox {
display: flex;
justify-content: flex-end;
flex: 1;
}
}
}
}