mirror of
https://github.com/coaidev/coai.git
synced 2025-05-21 05:50:14 +09:00
feat: sharing mobile adapter
This commit is contained in:
parent
98cf701ff6
commit
d6aeef4fb0
@ -163,6 +163,10 @@
|
||||
background: hsl(var(--background));
|
||||
transition: 0.25s;
|
||||
|
||||
.message {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.message-toolbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -82,7 +82,7 @@ function SharingForm({ refer, data }: SharingFormProps) {
|
||||
<p className={`shot-label`}>{t("message.sharing.title")}</p>
|
||||
<div className={`grow`} />
|
||||
<p className={`shot-value`}>
|
||||
{mobile ? extractMessage(data.name, 12) : data.name}
|
||||
{mobile ? extractMessage(data.name, 10) : data.name}
|
||||
</p>
|
||||
</div>
|
||||
<div className={`shot-row`}>
|
||||
|
Loading…
Reference in New Issue
Block a user