mastomodern 1.10.3
This commit is contained in:
parent
c609845d47
commit
9a4b0c8365
3 changed files with 13 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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: "";
|
||||
|
|
|
@ -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: "";
|
||||
|
|
Loading…
Reference in a new issue