mirror of
https://git.gay/freeplay/Mastodon-Modern.git
synced 2026-01-15 16:32:57 -03:00
1.8.0 !!
- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user