settings fixes

This commit is contained in:
Alejandro Gomez 2023-02-12 21:19:31 +01:00 committed by Kieran
parent 8e84a5f554
commit f24f11e59b
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 64 additions and 64 deletions

View File

@ -58,8 +58,7 @@ const PreferencesPage = () => {
<small>
<FormattedMessage {...messages.AutoloadMediaHelp} />
</small>
</div>
<div>
<div className="mt10">
<select
value={perf.autoLoadMedia}
onChange={e =>
@ -82,6 +81,7 @@ const PreferencesPage = () => {
</select>
</div>
</div>
</div>
<div className="card flex f-col">
<div className="flex w-max">
<div className="flex f-col f-grow">
@ -215,8 +215,7 @@ const PreferencesPage = () => {
<small>
<FormattedMessage {...messages.ReactionEmojiHelp} />
</small>
</div>
<div>
<div className="mt10">
<select
className="emoji-selector"
value={perf.reactionEmoji}
@ -241,6 +240,7 @@ const PreferencesPage = () => {
</select>
</div>
</div>
</div>
<div className="card flex">
<div className="flex f-col f-grow">
<div>
@ -283,8 +283,7 @@ const PreferencesPage = () => {
<small>
<FormattedMessage {...messages.FileUploadHelp} />
</small>
</div>
<div>
<div className="mt10">
<select
value={perf.fileUploader}
onChange={e =>
@ -303,6 +302,7 @@ const PreferencesPage = () => {
</select>
</div>
</div>
</div>
<div className="card flex">
<div className="flex f-col f-grow">
<div>