mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Fix: Small mobile fixes, paddings
This commit is contained in:
@@ -85,7 +85,7 @@ export function GenericSettings({
|
||||
<>
|
||||
{showExitButton && (
|
||||
<IconButton onClick={exitSettings}>
|
||||
<X size={24} />
|
||||
<X size={27} style={{marginInlineEnd: "8px"}} />
|
||||
</IconButton>
|
||||
)}
|
||||
<Text id="app.settings.title" />
|
||||
@@ -93,7 +93,7 @@ export function GenericSettings({
|
||||
) : (
|
||||
<>
|
||||
<IconButton onClick={() => switchPage()}>
|
||||
<ArrowBack size={24} />
|
||||
<ArrowBack size={24} style={{marginInlineEnd: "10px"}} />
|
||||
</IconButton>
|
||||
<Text
|
||||
id={`app.settings.${category}.${page}.title`}
|
||||
|
||||
Reference in New Issue
Block a user