- Fixed misplaced character count in RTL
- Fix post button being unclickable on long posts on mobile & glitch-soc
This commit is contained in:
Freeplay
2024-02-26 12:13:34 -05:00
parent 143bac6478
commit 6a60583472
3 changed files with 20 additions and 6 deletions

View File

@@ -22,6 +22,9 @@ body.app-body.flavour-glitch > #mastodon .character-counter__wrapper span {
font-size: 0.9em;
font-weight: 500;
}
body.app-body.flavour-glitch > #mastodon .compose-form__highlightable {
margin-bottom: 50px !important;
}
body.app-body.flavour-glitch > #mastodon .compose-form__submit {
position: absolute;
right: -12px;