Open ZortexSenpai opened 1 week ago
Hey @ZortexSenpai! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this issue together!
The issue with the active space indicator being slightly offset to the right might be related to the CSS used for its positioning. The CSS for the active space indicator includes properties that position it using left: 50%
and transform: translateX(-50%)
, which should center it horizontally. However, if there are any additional styles or browser-specific rendering quirks, they could cause the offset.
To address this, you might want to inspect the CSS rules applied to the active space indicator and check for any additional margins, paddings, or transformations that could affect its position. Also, ensure that the container element is properly aligned and doesn't have any unexpected styles that could shift the indicator.
If the issue persists, consider testing with different browser settings or configurations to see if the problem is specific to certain conditions.
To continue talking to Dosu, mention @dosu.
Captchas
What happened?
Issue: The active space indicator is slightly offset to the right. The issue happens regrardless of the size of the browser window.
The active space indicator (Blue dot) looks to be shifted to the right by 1-3 pixels
Testing Parameters: OS: Windows 11 - 23H2 Arc: Fresh install
Reproducible?
Version
1.0.1-a.17
What platform are you seeing the problem on?
Windows
Relevant log output
No response