mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(mod queue): align mobile remove button styling
This commit is contained in:
@@ -175,9 +175,13 @@ const ModQueueActions = ({ status, error, errorMessage, isPublishing, handleAppr
|
||||
]
|
||||
</span>
|
||||
) : (
|
||||
<button className={`button ${styles.cardRemoveButton}`} onClick={handleRemove} disabled={isPublishing}>
|
||||
{t('remove')}
|
||||
</button>
|
||||
<span className={styles.cardRemoveButtonWrapper}>
|
||||
[
|
||||
<button className={styles.cardRemoveButton} onClick={handleRemove} disabled={isPublishing}>
|
||||
{t('remove')}
|
||||
</button>
|
||||
]
|
||||
</span>
|
||||
)
|
||||
) : null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user