mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(mod queue): add missing footer, improve mobile UI
This commit is contained in:
@@ -39,6 +39,23 @@ export const PageFooterDesktop = ({ firstRow, styleRow }: PageFooterDesktopProps
|
||||
</footer>
|
||||
);
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* StyleOnlyFooterFirstRow
|
||||
* Footer first row with only the style selector (right-aligned). Used by mod queue.
|
||||
* -------------------------------------------------------------------------- */
|
||||
|
||||
export const StyleOnlyFooterFirstRow = () => {
|
||||
const { t } = useTranslation();
|
||||
return (
|
||||
<div className={`${styles.footerRow} ${styles.footerRowRightOnly}`}>
|
||||
<div className={styles.footerRight}>
|
||||
<span className={styles.styleLabel}>{t('style')}:</span>
|
||||
<StyleSelector />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* CatalogFooterFirstRow
|
||||
* Catalog footer first row: Return, Archive, Top, Refresh on left; Style selector on right.
|
||||
|
||||
Reference in New Issue
Block a user