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/improve spacing and float clearing for in-content messages/warnings/errors #29

Open
2 tasks
Ambient-Impact opened this issue Dec 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Ambient-Impact
Copy link
Member

For example, the warning on Skynet (2045 film) on a fairly wide viewport is overlapping the floated infobox and also has no spacing against previous content (in this case a heading, but can be a paragraph, etc.):

Screen Shot 2024-12-08 at 16 56 08

  • Add spacing against previous
  • Clear all floats?

Clearing floats does improve the situation, though it results in a large space between it and the preceding heading now:

Screen Shot 2024-12-08 at 17 00 15

It's the less bad of the two options, but we might want to add clear: both to the first heading after the table of contents to fix that:

Screen Shot 2024-12-08 at 17 03 57

@Ambient-Impact Ambient-Impact added the bug Something isn't working label Dec 8, 2024
@github-project-automation github-project-automation bot moved this to Todo in Bugs Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant