mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-06-17 11:49:13 +08:00
center the quote button inside its flex container
This commit is contained in:
parent
eebfb2018b
commit
6d7a6ddb0e
1 changed files with 4 additions and 0 deletions
|
@ -312,6 +312,10 @@
|
||||||
.FavoriteButton, .RetweetButton {
|
.FavoriteButton, .RetweetButton {
|
||||||
max-width: 5em;
|
max-width: 5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.QuoteButton {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue