1.6.11 - glitch-soc hotfix for misplaced count

This commit is contained in:
freeplay
2023-08-11 18:25:30 -04:00
parent 0de4a9aa5f
commit 3e18527825
2 changed files with 7 additions and 2 deletions

View File

@@ -7,6 +7,9 @@ body.app-body.flavour-glitch > #mastodon .compose-form__buttons {
body.app-body.flavour-glitch > #mastodon .compose-form__buttons > div:last-child {
margin-inline-start: auto;
}
body.app-body.flavour-glitch > #mastodon .compose-form__buttons-wrapper {
position: relative;
}
body.app-body.flavour-glitch > #mastodon .character-counter__wrapper {
position: absolute;
inset-inline-end: 0;

View File

@@ -18,13 +18,12 @@
- add transition to dropdowns
- unset text transforms in extra info fields
- use webkit-scrollbar
- fix missing -webkit-mask for glitch collapsed content on chromium
- fixes
*/
/* ==UserStyle==
@name Mastodon Modern
@version 1.6.9
@version 1.6.11
@description Drastically improves the look & feel of Mastodon
@updateURL https://codeberg.org/Freeplay/Mastodon-Modern/raw/branch/main/modern.user.css
@homepageURL https://codeberg.org/Freeplay/Mastodon-Modern
@@ -2919,6 +2918,9 @@
margin-inline-start auto
}
}
.compose-form__buttons-wrapper {
position relative
}
.character-counter__wrapper {
position absolute
inset-inline-end 0