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

Discrepancy on left padding between Firefox and other browsers #239

Open
SYwaves opened this issue Jan 8, 2024 · 0 comments
Open

Discrepancy on left padding between Firefox and other browsers #239

SYwaves opened this issue Jan 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@SYwaves
Copy link
Contributor

SYwaves commented Jan 8, 2024

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:
image

Edge:
image

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.

@SYwaves SYwaves added the bug Something isn't working label Jan 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
None yet
Development

No branches or pull requests

2 participants