Add homepage quick join flow
This commit is contained in:
@@ -79,6 +79,26 @@ body {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.quick-join-form {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.quick-join-form input {
|
||||
width: 116px;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 4px;
|
||||
padding: 9px 10px;
|
||||
font: inherit;
|
||||
text-transform: uppercase;
|
||||
background: var(--surface);
|
||||
}
|
||||
|
||||
.home-join {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.page-wrap {
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
@@ -329,6 +349,17 @@ h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.quick-join-form {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.quick-join-form input {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.page-wrap {
|
||||
padding: 16px 14px 24px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user