mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
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:
@ -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}}
|
||||
|
@ -42,6 +42,7 @@
|
||||
|
||||
.login-left-side {
|
||||
padding: 3rem;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.login-welcome-header {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user