0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/chat/assets/stylesheets/common/chat-composer-uploads.scss

10 lines
180 B
SCSS
Vendored

.chat-composer-uploads {
max-width: 100%;
.chat-composer-uploads-container {
padding: 0.5rem 1rem;
display: flex;
white-space: nowrap;
overflow-x: auto;
}
}