mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 23:05:30 +08:00
0a5f548635
As part of this move, we are also renaming `discourse-chat` to `chat`.
10 lines
154 B
SCSS
10 lines
154 B
SCSS
.chat-composer-inline-button {
|
|
border-radius: 6px;
|
|
width: 32px;
|
|
height: 32px;
|
|
|
|
& + .chat-composer-inline-button {
|
|
margin-left: 0.25rem;
|
|
}
|
|
}
|