Skip to content

Commit

Permalink
fix contact dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Oct 26, 2023
1 parent 00d02c4 commit cd7584e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/assets/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
.contact-image {
margin-top: 0.75rem;
max-width: min(60vw, 420px);
max-height: 80vh;
max-height: 50vh;
border-radius: var(--radius);
}

Expand Down
4 changes: 2 additions & 2 deletions app/src/components/home/ChatWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function ChatSpace() {
<DialogHeader>
<DialogTitle>{t("contact.title")}</DialogTitle>
<DialogDescription asChild>
<div className={`flex flex-row pt-4`}>
<div className={`grid pt-4`}>
<Button
className={`mx-auto`}
variant={`outline`}
Expand All @@ -84,7 +84,7 @@ function ChatSpace() {
"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=1oKfIbNVXmMNMVzW1NiFSTKDcT1qIEq5&authKey=uslxslIBZtLImf4BSxjDqfx4hiJA52YV7PFM38W%2BOArr%2BhE0jwVdQCRYs0%2FXKX7W&noverify=0&group_code=565902327"
}
target={"_blank"}
className={`inline-flex mx-auto`}
className={`inline-flex mx-auto mt-1 mb-2`}
>
<img
src={`/source/qq.jpg`}
Expand Down

0 comments on commit cd7584e

Please sign in to comment.