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

Weird results with FF 59.0.1 #7

Open
FrankConijn opened this issue Mar 28, 2018 · 1 comment
Open

Weird results with FF 59.0.1 #7

FrankConijn opened this issue Mar 28, 2018 · 1 comment

Comments

@FrankConijn
Copy link

FrankConijn commented Mar 28, 2018

See http://prntscr.com/ixqi6s for the screenshot. It concerns Win 7 Pro, current on update maintenance. And FF has all settings to default, except the Refresh button, as per your instruction.

@jscher2000
Copy link

jscher2000 commented Apr 1, 2018

Firefox (or something) seems to be adding top and bottom margin to the left and right curves. This is better:

.tabbrowser-tab[selected="true"]::before {
  margin: 1px 0 0 -30px !important;
}
.tabbrowser-tab[selected="true"]::after {
  margin: 1px -30px 0 0 !important;
}
#main-window[uidensity="compact"] .tabbrowser-tab[selected="true"]::before {
  margin: -1px 0 0 -30px !important;
}
#main-window[uidensity="compact"] .tabbrowser-tab[selected="true"]::after {
  margin: -1px -30px 0 0 !important;
}
#main-window[uidensity="compact"] .tab-line[selected] {
  margin-top: -2px !important;
  opacity: 0.5 !important;
}

Definitely not perfect, but...

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

2 participants