mirror of
https://github.com/discourse/discourse.git
synced 2024-12-30 15:33:42 +08:00
21 lines
274 B
SCSS
21 lines
274 B
SCSS
|
.chat-message__blocks {
|
||
|
padding-block: 0.5em;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
gap: 0.5em;
|
||
|
}
|
||
|
|
||
|
.chat-message__block {
|
||
|
.block__actions {
|
||
|
display: flex;
|
||
|
gap: 0.5em;
|
||
|
}
|
||
|
|
||
|
.block__button {
|
||
|
.emoji {
|
||
|
height: 18px;
|
||
|
width: 18px;
|
||
|
}
|
||
|
}
|
||
|
}
|