mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
fix(settings): fixed mobile settings padding
This commit is contained in:
@@ -132,7 +132,11 @@ export function GenericSettings({
|
||||
)}
|
||||
{(!isTouchscreenDevice || typeof page === "undefined") && (
|
||||
<div className={styles.sidebar}>
|
||||
<div className={styles.scrollbox}>
|
||||
<div
|
||||
className={styles.scrollbox}
|
||||
data-scroll-offset={
|
||||
isTouchscreenDevice ? "with-padding" : undefined
|
||||
}>
|
||||
<div className={styles.container}>
|
||||
{isTouchscreenDevice && indexHeader}
|
||||
{pages.map((entry, i) =>
|
||||
|
||||
Reference in New Issue
Block a user