mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 21:36:11 +08:00
0a5f548635
As part of this move, we are also renaming `discourse-chat` to `chat`.
9 lines
160 B
SCSS
9 lines
160 B
SCSS
.chat-composer-uploads {
|
|
.chat-composer-uploads-container {
|
|
padding: 0.5rem 10px;
|
|
display: flex;
|
|
white-space: nowrap;
|
|
overflow-x: auto;
|
|
}
|
|
}
|