forked from MapComplete/MapComplete
UX: style tweaks
This commit is contained in:
parent
3d54a8392b
commit
b30d9edccf
2 changed files with 5 additions and 5 deletions
|
@ -1071,14 +1071,14 @@ video {
|
||||||
height: 6rem;
|
height: 6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-full {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.h-screen {
|
.h-screen {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-full {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.h-32 {
|
.h-32 {
|
||||||
height: 8rem;
|
height: 8rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
export let clss: string | undefined = undefined
|
export let clss: string | undefined = undefined
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<button class={clss} on:click={() => osmConnection.AttemptLogin()}>
|
<button class={clss} on:click={() => osmConnection.AttemptLogin()} style="margin-left: 0">
|
||||||
<ToSvelte construct={Svg.login_svg().SetClass("w-12 m-1")} />
|
<ToSvelte construct={Svg.login_svg().SetClass("w-12 m-1")} />
|
||||||
<slot>
|
<slot>
|
||||||
<Tr t={Translations.t.general.loginWithOpenStreetMap} />
|
<Tr t={Translations.t.general.loginWithOpenStreetMap} />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue