UX: Fixes login/create modal (#24457)

* UX: fix > hide alt login method on mobile create acc

* UX: login modal > fix long names on login buttons

* UX: fix login overflow
This commit is contained in:
chapoi
2023-11-20 11:52:50 +01:00
committed by GitHub
parent 7cf59dc8fe
commit f2d3e3ed3f
3 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@
{{loading-spinner size="large"}}
{{/if}}
</div>
{{#if this.hasAtLeastOneLoginButton}}
{{#if (and this.hasAtLeastOneLoginButton this.site.desktopView)}}
<div class="login-right-side">
<LoginButtons
@externalLogin={{this.externalLogin}}

View File

@ -42,6 +42,7 @@
.login-left-side {
padding: 3rem;
overflow: auto;
}
.login-welcome-header {

View File

@ -36,7 +36,6 @@
flex: 1 1 calc(50% - 0.25em);
font-size: var(--font-down-1);
white-space: nowrap;
max-width: calc(50% - 0.125em);
&:last-child {
margin-right: auto;
}