mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 12:54:25 +08:00
10 lines
180 B
SCSS
Vendored
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;
|
|
}
|
|
}
|