Skip to content

Commit 8241ed6

Browse files
authored
fix: improve mobile auth responsiveness
Accepts PR #105 for the mobile login/auth modal responsive fix.
1 parent 575cec3 commit 8241ed6

1 file changed

Lines changed: 26 additions & 6 deletions

File tree

frontend/src/styles.css

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6432,7 +6432,24 @@ svg {
64326432
min-width: auto;
64336433
}
64346434

6435-
.nav-actions .secondary-button {
6435+
.nav-actions {
6436+
min-width: 0;
6437+
}
6438+
6439+
.nav-actions .secondary-button,
6440+
.nav-actions .primary-button.compact {
6441+
font-size: 13px;
6442+
padding: 0 10px;
6443+
min-height: 34px;
6444+
}
6445+
6446+
.user-pill {
6447+
max-width: 100px;
6448+
font-size: 12px;
6449+
padding: 0 8px;
6450+
}
6451+
6452+
.nav-actions .primary-button.compact svg {
64366453
display: none;
64376454
}
64386455

@@ -6450,7 +6467,9 @@ svg {
64506467

64516468
.hero-actions .primary-button,
64526469
.hero-actions .secondary-button {
6453-
flex: 1 1 220px;
6470+
flex: 1 1 180px;
6471+
font-size: 14px;
6472+
padding: 0 12px;
64546473
}
64556474

64566475
.console-grid,
@@ -6667,7 +6686,8 @@ svg {
66676686
}
66686687

66696688
.auth-modal-main {
6670-
padding: 30px 20px 24px;
6689+
padding: 24px 16px 20px;
6690+
gap: 20px;
66716691
}
66726692

66736693
.auth-close-button {
@@ -6676,15 +6696,15 @@ svg {
66766696
}
66776697

66786698
.auth-copy {
6679-
margin-top: 28px;
6699+
margin-top: 20px;
66806700
}
66816701

66826702
.auth-copy h2 {
6683-
font-size: 28px;
6703+
font-size: 24px;
66846704
}
66856705

66866706
.auth-copy p {
6687-
font-size: 14px;
6707+
font-size: 13px;
66886708
}
66896709

66906710
.social-auth-row {

0 commit comments

Comments
 (0)