mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: add max-width to social auth section (#27771)
This commit is contained in:
parent
069a0bd6ee
commit
79c1d23591
@ -70,6 +70,11 @@
|
||||
.login-right-side {
|
||||
background: var(--tertiary-or-tertiary-low);
|
||||
padding: 3.5rem 3rem;
|
||||
max-width: 16em;
|
||||
}
|
||||
|
||||
.btn-social-title {
|
||||
@include ellipsis;
|
||||
}
|
||||
|
||||
#login-buttons {
|
||||
@ -156,6 +161,7 @@
|
||||
}
|
||||
.login-right-side {
|
||||
padding: 1em;
|
||||
max-width: unset;
|
||||
}
|
||||
#login-form {
|
||||
margin: 1.5em 0;
|
||||
|
Loading…
Reference in New Issue
Block a user