mirror of
https://git.gay/freeplay/Mastodon-Modern.git
synced 2026-01-15 08:22:57 -03:00
1.6.11 - glitch-soc hotfix for misplaced count
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user