-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Styling in sidebar toolbar - widget title can be entirely hidden #10666
Comments
hello, I just joined GitHub a few days ago and I'd like to contribute to the project you have proposed, I have only contributed to one other project but I would like to help you out if you could tell me what to do. |
@Antoniooov5, thanks for your interest. If you would like to take on this issue, I believe that the place to start would be in this file, specifically the styles set on the |
So, during my attempt to fix this I learned some things. Edit for more context: The sidepanel toolbar contains the title and tabBar for quick access to other tools. The easiest way to keep functionality without breaking much is by changing: The problem is not for the left sidebar. It also happens on the right sidebar. There are some tags (class, id) that can be styled to vary the size
The proposed solution here affects the A previous solution tried to affect the width via remained in place. Probably due to it having its width reduced to
width: 0px instead of having the display changed to display: hidden . This caused errors seen in the comments for #12077.
Solution Solution The ideal solution might be to involve JS or something similar to dynamically change the |
Bug Description:
It is possible to drag a sidebar so that the title of the widget is totally occluded:
Wide:
Narrow:
Steps to Reproduce:
In VSCode, the title can be partially occluded, but there's probably some min-width there.
Additional Information
The text was updated successfully, but these errors were encountered: