Skip to content

Commit

Permalink
Merge branch 'neatchee:main' into newmain-tmp3
Browse files Browse the repository at this point in the history
  • Loading branch information
moyitpro authored Apr 7, 2024
2 parents 03def62 + 76c6040 commit b2920fb
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions app/javascript/flavours/glitch/styles/modern-urusai-fixes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,23 @@ body.app-body.flavour-glitch > #mastodon .notification__message > span,
display: none;
}

#mastodon
.compose-form
.compose-form__highlightable
.compose-form__submit
button,
#mastodon
.compose-form
.compose-form__highlightable
> .compose-form__footer
.compose-form__buttons
button {
padding: 3px;
}

body.app-body.flavour-glitch > #mastodon .reactions-bar button:not(.active) {
background: lighten($ui-base-color, 12%);
}

#mastodon .compose-form > .navigation-bar {
margin-top: 10px !important;
}

#mastodon .compose-form {
gap: 10px !important;
}

body.app-body.flavour-glitch
> #mastodon
.reactions-bar
.emoji-picker-dropdown
button {
margin-left: 5px;
padding: 6px;
}

0 comments on commit b2920fb

Please sign in to comment.