1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-11 04:13:44 +09:00

Update modern theme to 1.8.1

This commit is contained in:
Noa Himesaka 2023-10-11 16:43:51 +09:00
parent c693d07798
commit d20185c00e
4 changed files with 1977 additions and 690 deletions

View File

@ -149,6 +149,24 @@ body.app-body.flavour-glitch > #mastodon .pillbar-button {
border-radius: 0 !important;
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

File diff suppressed because it is too large Load Diff