mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
update board-pagination styling
This commit is contained in:
@@ -119,6 +119,13 @@
|
|||||||
text-decoration: var(--boardsbar-desktop-link-text-decoration-hover);
|
text-decoration: var(--boardsbar-desktop-link-text-decoration-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagelistSeparatorLink {
|
||||||
|
composes: footerPageLink;
|
||||||
|
border-left: 1px solid var(--pagelist-item-border-color);
|
||||||
|
padding-left: 12px;
|
||||||
|
margin-left: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
.footerPageCurrent {
|
.footerPageCurrent {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: var(--boardsbar-desktop-link-text-color-hover);
|
color: var(--boardsbar-desktop-link-text-color-hover);
|
||||||
|
|||||||
@@ -85,10 +85,10 @@ const BoardPagination = ({ basePath, currentPage, totalPages, footerStyle = fals
|
|||||||
) : (
|
) : (
|
||||||
<span className={styles.footerNavPlainDisabled}>{t('next')}</span>
|
<span className={styles.footerNavPlainDisabled}>{t('next')}</span>
|
||||||
)}
|
)}
|
||||||
<Link to={catalogHref} className={styles.footerPageLink}>
|
<Link to={catalogHref} className={styles.pagelistSeparatorLink}>
|
||||||
{t('catalog')}
|
{t('catalog')}
|
||||||
</Link>
|
</Link>
|
||||||
<Link to={archiveHref} className={styles.footerPageLink}>
|
<Link to={archiveHref} className={styles.pagelistSeparatorLink}>
|
||||||
{t('archive')}
|
{t('archive')}
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user