chore: updates by dingyi's feedbacks
This commit is contained in:
@@ -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")}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user