You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Kinda similar to this bug #6805
The link indicator logic assumes that font size will always be 16px which is default for browsers. But this hardcoded height makes it look misplaced when user has changed default font size from browser settings.
To Reproduce
Go to browser settings and change default font size to anything other than 16px.
Go to care and notice the indicator. It's size doesn't change as per new font size.
Click on some links in sidebar you'll notice it's not positioned correctly before active link.
Expected behavior
Indicator size should change according to font size.
Indicator should be positioned accurately before active link.
Screenshots
font size is 24px. "Sample test" is active but indicator goes below "Resource"
The text was updated successfully, but these errors were encountered:
Describe the bug
Kinda similar to this bug #6805
The link indicator logic assumes that font size will always be 16px which is default for browsers. But this hardcoded height makes it look misplaced when user has changed default font size from browser settings.
To Reproduce
Expected behavior
Indicator size should change according to font size.
Indicator should be positioned accurately before active link.
Screenshots
font size is 24px. "Sample test" is active but indicator goes below "Resource"
The text was updated successfully, but these errors were encountered: