mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 19:19:29 +08:00
increase component sizing to facilitate 1k+ favorites
This commit is contained in:
parent
c01c62f149
commit
63e12f2c69
1 changed files with 10 additions and 0 deletions
|
@ -308,8 +308,18 @@
|
||||||
max-width: 4em;
|
max-width: 4em;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.FavoriteButton, .RetweetButton {
|
||||||
|
max-width: 5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.QuoteButton button{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.muted {
|
.muted {
|
||||||
padding: 0.25em 0.6em;
|
padding: 0.25em 0.6em;
|
||||||
height: 1.2em;
|
height: 1.2em;
|
||||||
|
|
Loading…
Reference in a new issue