forked from MapComplete/MapComplete
UX: tweaks to the menu drawer
This commit is contained in:
parent
1e69accbd9
commit
115de9697c
2 changed files with 8 additions and 7 deletions
|
@ -8357,6 +8357,10 @@ svg.apply-fill path {
|
|||
margin-right: 0.25rem;
|
||||
}
|
||||
|
||||
.sm\:mr-2 {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
.sm\:mt-2 {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
@ -8583,6 +8587,10 @@ svg.apply-fill path {
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
.md\:mr-4 {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.md\:ms-2 {
|
||||
margin-inline-start: 0.5rem;
|
||||
}
|
||||
|
|
|
@ -144,13 +144,6 @@
|
|||
</div>
|
||||
</LoginToggle>
|
||||
|
||||
<Page {onlyLink} shown={pg.profile} bodyPadding="p-0 pb-4">
|
||||
<svelte:fragment slot="header">
|
||||
<CogIcon />
|
||||
<Tr t={UserRelatedState.usersettingsConfig.title.GetRenderValue({})} />
|
||||
</svelte:fragment>
|
||||
</Page>
|
||||
|
||||
<Page {onlyLink} shown={pg.usersettings} bodyPadding="p-0 pb-4">
|
||||
<svelte:fragment slot="header">
|
||||
<CogIcon />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue