You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/views
ThibG b8ba977497
Fix admin-facing uses of inline CSS (#13575)
* Move .back-button inline styles to CSS file

All occurrences of the back-button CSS class used the same inline
CSS rules, so moved them over to the CSS file

* Fix “Add new domain block” button using inline CSS

* Replace common pattern of inline-styled button boxes by a CSS class

In particular, switching from `float: left/right` to a flexbox with
`justify-content: space-between`. This implied changing the order of
a few HTML tags and adding an empty `div` in one case.

Also removed a `margin-bottom` rule that wasn't needed due to the
margins of surrounding elements.

* Move account admin view inline CSS to CSS file
6 years ago
..
about Fix end-user-facing uses of inline CSS (#13438) 6 years ago
accounts Fix end-user-facing uses of inline CSS (#13438) 6 years ago
admin Fix admin-facing uses of inline CSS (#13575) 6 years ago
admin_mailer Fixed not being able to display review pending hashtags in the admin UI. (#11875) 7 years ago
application Fix end-user-facing uses of inline CSS (#13438) 6 years ago
auth Fix end-user-facing uses of inline CSS (#13438) 6 years ago
authorize_interactions Fix misleading error when attempting to re-send a pending follow request (#13133) 6 years ago
directories Fix end-user-facing uses of inline CSS (#13438) 6 years ago
errors Add specific rate limits for posting and following (#13172) 6 years ago
filters Various fixes and improvements (#12878) 6 years ago
follower_accounts
following_accounts
home Fix blurhash and autoplay not working on public pages (#11585) 7 years ago
invites Remove invite comments from UI (#12068) 6 years ago
kaminari
layouts Fix end-user-facing uses of inline CSS (#13438) 6 years ago
media
notification_mailer Fix NotificationMailer failing when receiving mention with media from remote instance (#11765) 7 years ago
oauth Add noopener and/or noreferrer (#12202) 6 years ago
public_timelines Fix /public showing public instead of community timeline for logged-in users (#13499) 6 years ago
relationships Change last_status_at to be a date, not datetime (#12966) 6 years ago
remote_follow
remote_interaction
settings Fix end-user-facing uses of inline CSS (#13438) 6 years ago
shared Remove fallback to long description on sidebar and meta description (#12119) 6 years ago
shares Fix blurhash and autoplay not working on public pages (#11585) 7 years ago
statuses Fix end-user-facing uses of inline CSS (#13438) 6 years ago
tags Add local only to hashtag timeline (#13502) 6 years ago
user_mailer Fix “Email changed” notification sometimes having wrong e-mail (#13475) 6 years ago
well_known/host_meta