mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 09:53:43 +08:00
0a5f548635
As part of this move, we are also renaming `discourse-chat` to `chat`.
9 lines
144 B
SCSS
9 lines
144 B
SCSS
.chat-composer-uploads {
|
|
.chat-composer-uploads-container {
|
|
.full-page-chat & {
|
|
flex-wrap: wrap;
|
|
row-gap: 0.5rem;
|
|
}
|
|
}
|
|
}
|