We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the issue: On Firefox, there's an extra rule that add .5rem left-padding to the sidebar not present in other browsers.
@supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: 0 0 0 .5rem; } }
Screenshot showcasing the issue: Firefox:
Edge:
Notice the gap between the scrollbar and side-block.
Link to the page(s) having this issue: https://scp-wiki.wikidot.com/theme:black-highlighter-theme
The extra rule could either be removed, or modified to effect same padding across all browsers.
The text was updated successfully, but these errors were encountered:
Woedenaz
No branches or pull requests
Describe the issue:
On Firefox, there's an extra rule that add .5rem left-padding to the sidebar not present in other browsers.
Screenshot showcasing the issue:
Firefox:
Edge:
Notice the gap between the scrollbar and side-block.
Link to the page(s) having this issue:
https://scp-wiki.wikidot.com/theme:black-highlighter-theme
The extra rule could either be removed, or modified to effect same padding across all browsers.
The text was updated successfully, but these errors were encountered: