mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
Add slightly more padding above the profile save and cancel buttons
This commit is contained in:
parent
07df0c2c79
commit
984803c52c
1 changed files with 9 additions and 7 deletions
|
|
@ -33,6 +33,7 @@ import {
|
|||
PopOut,
|
||||
RectCords,
|
||||
Menu,
|
||||
Line,
|
||||
} from 'folds';
|
||||
import FocusTrap from 'focus-trap-react';
|
||||
import { UserEvent } from 'matrix-js-sdk';
|
||||
|
|
@ -595,19 +596,20 @@ export function Profile() {
|
|||
)}
|
||||
</Box>
|
||||
</Box>
|
||||
<Line />
|
||||
<SequenceCard
|
||||
className={SequenceCardStyle}
|
||||
variant="SurfaceVariant"
|
||||
direction="Column"
|
||||
gap="300"
|
||||
gap="400"
|
||||
radii="0"
|
||||
outlined
|
||||
style={{ borderLeftWidth: '0', borderRightWidth: '0', borderBottomWidth: '0' }}
|
||||
>
|
||||
<ProfileAvatar />
|
||||
<ProfileTextField field="displayname" label="Display Name" />
|
||||
<ProfilePronouns />
|
||||
<ProfileTimezone />
|
||||
<Box gap="300" direction='Column'>
|
||||
<ProfileAvatar />
|
||||
<ProfileTextField field="displayname" label="Display Name" />
|
||||
<ProfilePronouns />
|
||||
<ProfileTimezone />
|
||||
</Box>
|
||||
<Box gap="300" alignItems="Center">
|
||||
<Button
|
||||
type="submit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue