Fixed: text size too small in hashtag bar

This commit is contained in:
Niléane 2024-04-13 01:19:06 +02:00
commit daf73a75eb
No known key found for this signature in database
3 changed files with 0 additions and 6 deletions

View file

@ -2668,14 +2668,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .hashtag-bar a,
.app-body .hashtag-bar .link-button {
color: var(--color-accent);
font-size: 90%;
transition: all .1s;
}
.app-body .hashtag-bar a {
font-weight: 500;
}
.app-body .hashtag-bar .link-button {
font-size: 80%;
margin-left: 3px;
}
.app-body .hashtag-bar a {

View file

@ -2668,14 +2668,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .hashtag-bar a,
.app-body .hashtag-bar .link-button {
color: var(--color-accent);
font-size: 90%;
transition: all .1s;
}
.app-body .hashtag-bar a {
font-weight: 500;
}
.app-body .hashtag-bar .link-button {
font-size: 80%;
margin-left: 3px;
}
.app-body .hashtag-bar a {

View file

@ -2668,14 +2668,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .hashtag-bar a,
.app-body .hashtag-bar .link-button {
color: var(--color-accent);
font-size: 90%;
transition: all .1s;
}
.app-body .hashtag-bar a {
font-weight: 500;
}
.app-body .hashtag-bar .link-button {
font-size: 80%;
margin-left: 3px;
}
.app-body .hashtag-bar a {