0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-15 17:24:47 +08:00
discourse/plugins/chat/assets/stylesheets/common/chat-modal-new-message.scss
chapoi f698bb9088
UX: fix cmd-k bottom padding (#34440)
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"
/>
2025-08-20 16:45:39 +02:00

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;
}
}