2023-01-26 06:59:43 +00:00
|
|
|
.commentEditor {
|
2023-05-15 21:40:55 +00:00
|
|
|
background: #f7f7f8;
|
|
|
|
border-radius: 16px;
|
2023-02-17 18:12:28 +00:00
|
|
|
padding: 16px;
|
2023-01-26 06:59:43 +00:00
|
|
|
|
|
|
|
.textarea {
|
|
|
|
min-height: 1em;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
.menu,
|
|
|
|
.buttons {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
2023-02-10 01:19:20 +00:00
|
|
|
|
2023-01-26 06:59:43 +00:00
|
|
|
.buttons {
|
|
|
|
gap: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|