Update mastomodern to 1.8.1
This commit is contained in:
parent
84ea1a19fa
commit
9c0a4a6937
3 changed files with 1336 additions and 458 deletions
|
@ -253,6 +253,38 @@ body.app-body.flavour-glitch > #mastodon .pillbar-button {
|
||||||
padding: 6px;
|
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 {
|
body.app-body.flavour-glitch > #mastodon .account-card .media-modal__close {
|
||||||
left: 10px;
|
left: 10px;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue