- Post slide up animation is now just a fade
- Fixed overflowing video in notifications
- Banner glow should work better now on Chromium
- Styled account rows
- Other fixes & spacing
glitch-soc:
- Fixed cut off header
- Advanced view getting started column
This commit is contained in:
Freeplay
2024-02-21 18:13:01 -05:00
parent 7444eaef9e
commit e8f6d4d003
3 changed files with 362 additions and 241 deletions

View File

@@ -104,8 +104,8 @@ body.app-body.flavour-glitch > #mastodon .reactions-bar button:not(.active) {
body.app-body.flavour-glitch > #mastodon .reactions-bar:empty {
display: none;
}
body.app-body.flavour-glitch > #mastodon .collapsed > .status__info .notification__message {
padding-bottom: 0 !important;
body.app-body.flavour-glitch > #mastodon .notification__message + .status {
padding-top: 0 !important;
}
body.app-body.flavour-glitch > #mastodon .notification > .notification__message {
padding-inline: 15px !important;
@@ -119,22 +119,6 @@ body.app-body.flavour-glitch > #mastodon .notification__favourite-icon-wrapper i
width: 1.28571429em !important;
text-align: center;
}
body.app-body.flavour-glitch > #mastodon .status__prepend,
body.app-body.flavour-glitch > #mastodon .status__info .notification__message {
padding-bottom: 15px !important;
padding-top: 0 !important;
margin-top: -5px !important;
}
body.app-body.flavour-glitch > #mastodon .status__prepend .status__prepend-icon-wrapper,
body.app-body.flavour-glitch > #mastodon .status__info .notification__message .status__prepend-icon-wrapper {
all: unset;
margin-inline-end: 10px;
display: flex;
}
body.app-body.flavour-glitch > #mastodon .status__prepend .status__prepend-icon-wrapper i,
body.app-body.flavour-glitch > #mastodon .status__info .notification__message .status__prepend-icon-wrapper i {
margin: auto;
}
body.app-body.flavour-glitch > #mastodon .detailed-status__wrapper .focusable:not(.status)::before {
content: unset !important;
}
@@ -150,9 +134,6 @@ 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;
}
@@ -185,5 +166,7 @@ body.app-body.flavour-glitch > #mastodon .account-card .media-modal__close::befo
flex-grow: 0.2;
}
.layout-multiple-columns.flavour-glitch .drawer__inner {
margin-top: -10px;
margin-top: -20px;
max-height: unset !important;
min-height: calc(100% + 40px);
}