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 { body.app-body.flavour-glitch > #mastodon .compose-form__buttons > div:last-child {
margin-inline-start: auto; 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 { body.app-body.flavour-glitch > #mastodon .character-counter__wrapper {
position: absolute; position: absolute;
inset-inline-end: 0; inset-inline-end: 0;

View File

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