Skip to content

Commit

Permalink
Update to mastomodern 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEssem committed Jan 5, 2025
1 parent fe504be commit 2a23d7e
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 186 deletions.
23 changes: 3 additions & 20 deletions app/javascript/flavours/glitch/styles/modern/glitch-fixes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,8 @@ body.app-body.flavour-glitch > #mastodon .collapsed .status__content::after {
body.app-body.flavour-glitch > #mastodon .collapsed.muted .status__content__text ~ * {
display: none;
}
@media (pointer: coarse) {
body.app-body.flavour-glitch > #mastodon .status__info {
align-items: center;
}
body.app-body.flavour-glitch > #mastodon .status__info__icons {
height: auto;
}
}
body.app-body.flavour-glitch > #mastodon .status {
isolation: isolate;
overflow: hidden;
}
body.app-body.flavour-glitch > #mastodon .status__avatar,
body.app-body.flavour-glitch > #mastodon .status__info__icons {
pointer-events: all;
}
body.app-body.flavour-glitch > #mastodon .status > :not(.status__content):not(.status__line) {
position: relative;
z-index: 2;
body.app-body.flavour-glitch > #mastodon .focusable[tabindex]:not(.notification-ungrouped) .full-width {
margin-inline: 0;
}
body.app-body.flavour-glitch > #mastodon .media-gallery__item > .media-gallery__preview {
display: unset;
Expand Down Expand Up @@ -205,4 +188,4 @@ body.app-body.flavour-glitch > #mastodon .local-settings__navigation [href="/set
margin-block: auto 10px;
border-radius: var(--radius);
border: 1px solid var(--border-color);
}
}
Loading

0 comments on commit 2a23d7e

Please sign in to comment.