chore: update setting page styles (#1863)

* chore: update setting page styles

* chore: update
This commit is contained in:
boojack
2023-06-29 23:17:01 +08:00
committed by GitHub
parent 6a78887f1d
commit 6b3748e2a3
9 changed files with 62 additions and 143 deletions

View File

@ -51,9 +51,7 @@ const UpdateLocalStorageDialog: React.FC<Props> = (props: Props) => {
<div className="dialog-content-container max-w-xs">
<p className="text-sm break-words mb-1">{t("setting.storage-section.update-local-path-description")}</p>
<div className="flex flex-row">
<p className="text-sm text-gray-400 mb-2 break-all">
{t("common.e.g")} {"assets/{publicid}"}
</p>
<p className="text-sm text-gray-400 mb-2 break-all">e.g. {"assets/{publicid}"}</p>
<HelpButton hint={t("common.learn-more")} url="https://usememos.com/docs/local-storage" />
</div>
<Input