[Bug] Friends Sidebar Not Scaling Correctly #80

Open
opened 2026-04-05 16:15:58 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dark-swordsman on 2/9/2026

Describe the bug
The friends side bar seems to be scaling relative to the total width of the window/container.

To Reproduce
Steps to reproduce the behavior:

  1. go into windowed mode
  2. resize the window horizontally
  3. the friends sidebar will scale equally with the window size

Expected behavior
The friends sidebar width should have a fixed size should not be responsive with its parent container.

This should be fixable (assuming flex containers are used) with flex-shrink: 0 and flex-basis or by setting the width manually to a static value, not a relative value.

What version you are running
2026.01.28

*Originally created by @dark-swordsman on 2/9/2026* **Describe the bug** The friends side bar seems to be scaling relative to the total width of the window/container. **To Reproduce** Steps to reproduce the behavior: 1. go into windowed mode 2. resize the window horizontally 3. the friends sidebar will scale equally with the window size **Expected behavior** The friends sidebar width should have a fixed size should not be responsive with its parent container. This should be fixable (assuming flex containers are used) with `flex-shrink: 0` and `flex-basis` or by setting the width manually to a static value, not a relative value. **What version you are running** 2026.01.28
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#80