feat(frontend): add guild join flow, members panel, and channel-create member modal
This commit is contained in:
@@ -152,6 +152,31 @@ a:hover {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.modal-backdrop {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background: rgba(0, 0, 0, 0.45);
|
||||
display: grid;
|
||||
place-items: center;
|
||||
z-index: 30;
|
||||
}
|
||||
|
||||
.modal-card {
|
||||
width: min(560px, 92vw);
|
||||
max-height: 80vh;
|
||||
overflow: auto;
|
||||
background: var(--bg);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 12px;
|
||||
padding: 14px;
|
||||
}
|
||||
|
||||
.modal-list {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.list-btn {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user