Skip to content

Commit

Permalink
Override column containment performance improvement for Modern styles…
Browse files Browse the repository at this point in the history
… as it broke some layout adjustments that moved elements outside of their base element bounds
  • Loading branch information
neatchee committed Nov 17, 2024
1 parent e955a14 commit f491b66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
max-width: unset !important;
}

.layout-single-column .columns-area__panels__main {
contain: inline-size style !important;
}

body.app-body.flavour-glitch > #mastodon .notification__message > span,
.notification__message > span > span,
.status__prepend > span,
Expand Down
4 changes: 4 additions & 0 deletions app/javascript/styles/modern-urusai-fixes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
max-width: unset !important;
}

.layout-single-column .columns-area__panels__main {
contain: inline-size style !important;
}

body.app-body.flavour-glitch > #mastodon .notification__message > span,
.notification__message > span > span,
.status__prepend > span,
Expand Down

0 comments on commit f491b66

Please sign in to comment.