mastomodern 1.10.3

This commit is contained in:
Essem 2024-02-29 16:43:39 -06:00
parent c609845d47
commit 9a4b0c8365
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
3 changed files with 13 additions and 2 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;

View file

@ -653,6 +653,9 @@ a:focus-visible,
#mastodon .compose-form__highlightable #cw-spoiler-input {
border-radius: 0 !important;
}
#mastodon .compose-form__highlightable textarea {
background: none !important;
}
#mastodon .compose-form__highlightable > .compose-form__footer {
gap: 12px;
}
@ -682,7 +685,7 @@ a:focus-visible,
}
#mastodon .compose-form__highlightable > .compose-form__footer .character-counter {
position: absolute;
right: 0;
inset-inline-end: 0;
bottom: calc(100% + 12px);
padding: 4px;
font-size: 13px;
@ -3916,6 +3919,7 @@ a:focus-visible,
}
#mastodon .compose-form {
padding: 10px;
margin-bottom: 100px;
}
#mastodon .compose-form::before {
content: "";

View file

@ -653,6 +653,9 @@ a:focus-visible,
#mastodon .compose-form__highlightable #cw-spoiler-input {
border-radius: 0 !important;
}
#mastodon .compose-form__highlightable textarea {
background: none !important;
}
#mastodon .compose-form__highlightable > .compose-form__footer {
gap: 12px;
}
@ -682,7 +685,7 @@ a:focus-visible,
}
#mastodon .compose-form__highlightable > .compose-form__footer .character-counter {
position: absolute;
right: 0;
inset-inline-end: 0;
bottom: calc(100% + 12px);
padding: 4px;
font-size: 13px;
@ -3916,6 +3919,7 @@ a:focus-visible,
}
#mastodon .compose-form {
padding: 10px;
margin-bottom: 100px;
}
#mastodon .compose-form::before {
content: "";