RegularToot: adjust retoot hint
This commit is contained in:
parent
f3ae69cd26
commit
d7b27f037f
2 changed files with 8 additions and 7 deletions
|
@ -221,11 +221,14 @@
|
|||
}
|
||||
|
||||
.tootRetootGrp {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr auto;
|
||||
gap: 8px;
|
||||
display: flex;
|
||||
gap: 0.25em;
|
||||
margin-bottom: 8px;
|
||||
align-items: center;
|
||||
|
||||
> :first-child {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
.tootAttachmentGrp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue