Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Sawtooth #77

Open
wicatfly opened this issue Sep 8, 2019 · 7 comments
Open

Sawtooth #77

wicatfly opened this issue Sep 8, 2019 · 7 comments
Labels

Comments

@wicatfly
Copy link

wicatfly commented Sep 8, 2019

Please take a look at the top of active tab,left and right both have sawtooth, is it fixable?
捕获
1

@Lietsaki
Copy link

I'm having the same issue

@wilfredwee
Copy link
Owner

I can’t reproduce this issue, please provide me with:

  1. You Firefox version.
  2. Your operating system version.
  3. Your display resolution
  4. Which Firefox theme you are using

@Lietsaki
Copy link

I can’t reproduce this issue, please provide me with:

1. You Firefox version.

2. Your operating system version.

3. Your display resolution

4. Which Firefox theme you are using
  1. Firefox Quantum 69.0 (64-bit)
  2. Windows 10 Pro - Version 1809
  3. Display resolution: 1920x1080
  4. Dark theme

@wicatfly
Copy link
Author

I can’t reproduce this issue, please provide me with:

1. You Firefox version.

2. Your operating system version.

3. Your display resolution

4. Which Firefox theme you are using
  1. I remembered the first time I used photon-australis the version of Firefox was 57 (64-bit),there was the same issue as now 68.1esr(64-bit).

  2. Windows 10 Pro - Version 1903

  3. 2560x1440

  4. Light and default

@wilfredwee wilfredwee added the bug label Mar 28, 2020
@usr-dot-com
Copy link

1. Firefox Quantum 69.0 (64-bit)

2. Windows 10 Pro - Version 1809

3. Display resolution: 1920x1080

4. Dark theme

If you go to Customize, then Density at the bottom of the page. Which option have you ticked?

@RockyFaher
Copy link

RockyFaher commented Aug 20, 2020

This the fix for the non-congruent Tab Height issue:

/* Tab Congruent Height customizations: Old = 0px */
.tab-background[selected="true"] > spacer {
margin-top: 1px !important;
}

Essentially, the rounded tab ends (lead/lag) bookend the square center section of the tab and the code just needs to be adjusted to match them up by changing { margin-top: 0px !important; } to { margin-top: 1px !important; }
At least... It works on my browser version.

My problem is adjusting the changing transparency value when the mouse hovers over an unselected tab. I used to have the snippet location, but can't find it anymore. i liked a 30% transparent tab on hover (and reddish). However, I'm working on it.

@CO-Windler
Copy link

You seem to use a too large font or have selected Firefox compact mode. AFAIK the tabs only look good in default mode.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants