small fixes

This commit is contained in:
Tom (plebeius.eth)
2024-11-05 12:48:28 +01:00
parent 8d35e0942f
commit 4f25e0fbc6
4 changed files with 10 additions and 5 deletions
@@ -84,10 +84,9 @@
.spoilerButton {
display: inline-block;
padding-top: 2px;
margin-left: 5px;
}
.spoilerButton label {
.spoilerButton label, .spoilerButton input[type="checkbox"] {
cursor: pointer;
}
+4 -2
View File
@@ -257,7 +257,7 @@ const ReplyModal = ({ closeModal, showReplyModal, parentCid, postCid, scrollY, s
<div className={styles.footer}>
{url && !isAndroid && (
<>
{t('link_type')}: <LinkTypePreviewer link={url} />{' '}
{t('link_type')}: <LinkTypePreviewer link={url} />
</>
)}
{isAndroid && (
@@ -267,7 +267,9 @@ const ReplyModal = ({ closeModal, showReplyModal, parentCid, postCid, scrollY, s
{isUploading ? t('uploading') : t('choose_file')}
</button>
</span>
<span className={styles.uploadFileName}>{uploadedFileName ? uploadedFileName : t('no_file_chosen')}</span>
<span className={styles.uploadFileName} title={uploadedFileName ? uploadedFileName : t('no_file_chosen')}>
{uploadedFileName ? uploadedFileName : t('no_file_chosen')}
</span>
</span>
)}
<span className={styles.spoilerButton}>