ReplyEditor: added only UI

This commit is contained in:
thislight 2024-09-25 19:30:05 +08:00
parent 69f7f37a2c
commit 5883a584c5
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
6 changed files with 363 additions and 73 deletions

View file

@ -0,0 +1,11 @@
.composer {
composes: card from "../material/cards.module.css";
--card-gut: 8px;
}
.replyInput {
display: flex;
align-items: flex-start;
gap: 8px;
}