- Mobile: Change the sidebar into a bottom bar!
- Styled unread count indicator
- Styled new search page
- Minimized media in notifications
- Fixed open in advanced interface notice not showing
- Fixed overlapping nav buttons in announcements
- Margins & other fixes, tweaks
- Glitch-soc: Fixed notes
This commit is contained in:
freeplay
2023-10-04 20:12:39 -04:00
parent a2d4d56e11
commit ffbd82be36
3 changed files with 1158 additions and 483 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