chore: updates by dingyi's feedbacks

This commit is contained in:
zerosoul
2022-05-20 20:24:28 +08:00
parent 17ef9a31b1
commit fd5dd0a83e
20 changed files with 114 additions and 69 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ function FavsPage() {
</span>
);
return (
<div className="fav" key={id}>
<div className="container" key={id}>
<h4 className="tip">
{tip}
{dayjs(created_at).format("YYYY-MM-DD")}
+4 -1
View File
@@ -45,11 +45,14 @@ const Styled = styled.div`
flex-direction: column;
gap: 32px;
overflow-y: scroll;
.fav {
.container {
max-width: 600px;
display: flex;
flex-direction: column;
gap: 4px;
> .favorite {
background: #f2f4f7;
}
.tip {
display: inline-flex;
align-items: center;