Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix admin-facing uses of inline CSS #13575

Merged
merged 4 commits into from
Apr 28, 2020

Conversation

ClearlyClaire
Copy link
Contributor

Note that I have noticed some things still using inline CSS for both user-facing and admin-facing cases, but I'll address them in a future PR.

All occurrences of the back-button CSS class used the same inline
CSS rules, so moved them over to the CSS file
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.
@Gargron Gargron merged commit b8ba977 into mastodon:master Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants