discourse/plugins/chat/assets/stylesheets/desktop/chat-composer-uploads.scss
Roman Rizzi 0a5f548635
DEV: Move discourse-chat to the core repo. (#18776)
As part of this move, we are also renaming `discourse-chat` to `chat`.
2022-11-02 10:41:30 -03:00

9 lines
144 B
SCSS

.chat-composer-uploads {
.chat-composer-uploads-container {
.full-page-chat & {
flex-wrap: wrap;
row-gap: 0.5rem;
}
}
}