Compare commits

...

2 Commits

Author SHA1 Message Date
anna b4e8f17031
bump to nyastodon 1.2.1 10 months ago
anna 4a68da9666
homogay: remove toot button 3D effect
it looks a little out of place and breaks
glitch's secondary toot button
10 months ago

@ -89,9 +89,6 @@ body {
}
.compose-form__publish .compose-form__publish-button-wrapper button {
box-shadow: rgba(0, 0, 0, 50%) 0 -2px 10px 2px inset,
rgba(0, 0, 0, 40%) 0 0 4px 0 inset;
padding: 7px 18px;
transition-duration: 50ms;
transition-timing-function: ease-in-out;
transition-property: background-color, color, transform;

@ -29,7 +29,7 @@ module Mastodon
end
def post_suffix_version
'-1.2.0'
'-1.2.1'
end
def to_a

Loading…
Cancel
Save