ReplyEditor: added only UI
This commit is contained in:
parent
69f7f37a2c
commit
5883a584c5
6 changed files with 363 additions and 73 deletions
11
src/timelines/TootComposer.module.css
Normal file
11
src/timelines/TootComposer.module.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue