Update mastomodern to 1.8.1

This commit is contained in:
Essem 2023-10-11 11:09:27 -05:00
parent 84ea1a19fa
commit 9c0a4a6937
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
3 changed files with 1336 additions and 458 deletions

View file

@ -253,6 +253,38 @@ body.app-body.flavour-glitch > #mastodon .pillbar-button {
padding: 6px;
}
body.app-body.flavour-glitch > #mastodon .account__header__account-note {
margin-block: 10px 0;
}
body.app-body.flavour-glitch
> #mastodon
.account__header__account-note:focus-within {
border-radius: var(--radius) !important;
}
body.app-body.flavour-glitch
> #mastodon
.account__header__account-note__header {
align-items: center;
}
body.app-body.flavour-glitch
> #mastodon
.account__header__account-note__header
button {
display: flex;
gap: 0.2em;
}
body.app-body.flavour-glitch
> #mastodon
.account__header__account-note__content {
width: 100%;
padding: 0 !important;
margin: 0 !important;
}
body.app-body.flavour-glitch > #mastodon .account-card .media-modal__close {
left: 10px;
top: 10px;

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff