mirror of
https://git.gay/freeplay/Mastodon-Modern.git
synced 2026-01-15 16:32: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 {
|
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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user