Skip to content

Commit

Permalink
Fix layout issues with Modern 2.0.0
Browse files Browse the repository at this point in the history
 - Resize buttons on top nav bar
 - Make post Submit button visible at max text box height
  • Loading branch information
neatchee committed Jul 22, 2024
1 parent b893677 commit b6f48b5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app/javascript/flavours/glitch/styles/modern-urusai-fixes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,25 @@ body.app-body.flavour-glitch
.layout-single-column .tabs-bar__wrapper .announcements__pagination {
bottom: 0 !important;
}

@media (width <= 889px) {
@supports selector(.foxxo:has(.waf)) {
.columns-area__panels__pane--navigational a svg {
height: unset !important;
width: unset !important;
}
}
}

body.app-body.flavour-glitch
> #mastodon
.collapsed
.status__content
p:not(:last-child) {
margin-top: 0.4em;
}

body.app-body.flavour-glitch > #mastodon .compose-form__submit {
position: unset !important;
margin-top: unset !important;
}

0 comments on commit b6f48b5

Please sign in to comment.