mirror of
https://github.com/discourse/discourse.git
synced 2026-08-15 17:24:47 +08:00
Moved some things around to fix the lack of bottom padding while searching for results: <img width="1706" height="398" alt="CleanShot 2025-08-20 at 15 58 32@2x" src="https://github.com/user-attachments/assets/c67f2c35-719d-4a3d-98ee-191353a476e2" /> 🔽 <img width="1706" height="398" alt="CleanShot 2025-08-20 at 15 52 13@2x" src="https://github.com/user-attachments/assets/65869c9d-06b7-4dd9-b5ef-156e320a798a" />
16 lines
310 B
SCSS
Vendored
16 lines
310 B
SCSS
Vendored
.chat-modal-new-message {
|
|
& + .modal-backdrop {
|
|
opacity: 1;
|
|
background: transparent;
|
|
}
|
|
|
|
.chat-message-creator__search,
|
|
.chat-message-creator__new-group {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.chat-message-creator__add-members-header-container {
|
|
padding-inline: 1rem;
|
|
}
|
|
}
|