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

CSS tweaks for default report #339

Open
luke-hill opened this issue Nov 26, 2024 · 0 comments
Open

CSS tweaks for default report #339

luke-hill opened this issue Nov 26, 2024 · 0 comments

Comments

@luke-hill
Copy link
Contributor

luke-hill commented Nov 26, 2024

🤔 What's the problem you're trying to solve?

Just some minor improvements for css

✨ What's your proposed solution?

3 minor tweaks

1 - Tweaked margin padding

The class on the keyword (class="KqWCaxcpp4sxz7A20RLA") that is a span has a 0.5em margin-right - Suggest altering to 0.25em to make the text flow nicer (Tested on Rule/Background/All keywords)

2 - Standardise top padding

Change .bbjk27OORIAhv9IbGaBL>li+li for Individual step items - from being styled as every step (Except the first), to every step (Including first). By adding the margin to them. Essentially amalgamate the two styles below into one.

.bbjk27OORIAhv9IbGaBL>li+li {
    margin-top: .35em;
}
.bbjk27OORIAhv9IbGaBL>li {
    list-style: none;
}

3 - Remove blank elements (I think hooks)

Where you have blank li elements inside the ol for aria-label="Steps" remove them. I assume these are from hooks that are not rendered.

⛏ Have you considered any alternatives or workarounds?

No response

📚 Any additional context?

No response

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

No branches or pull requests

1 participant