-
Notifications
You must be signed in to change notification settings - Fork 68
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
Can I make my vsc look like this with custom-css like I did with Apc? #230
Comments
@Ender-Wang did you ever figure this out? |
I managed to disappear the title bar and shift the rest of the UI upwards 35px, but there's another 35px blank at the bottom, which I cannot figure it out. Tried css and also js, still not working 🤣, the problem is that MS hard coded the height of some UI elements with style "top:35px". If you move the UI elements upwards 35px to fill the blank where the title bar was, the high of the element you are moving doesn't change and it needs to be 35px higher so there won't be blank space below, try using JS to do it, but seems it's not that easy, I must missed sth else. Edit: So now I am turning vsc stock settings to make it look good in here. |
I am also a refugee from APC (and two years ago a VSCode update broke Customize UI... how familiar it feels). So sad. If anyone finds a way to make the window frameless please let me know... ._. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
@Ender-Wang @kyds3k @lethefrost In case still helpful, you can make frameless windows in vscode using @subframe7536's new custom-ui-style extension:
More context in this apc-extension issue: |
I am using Apc Customize UI++ to customize vsc but recently MS changes a lot and it breaks Apc, so I am wondering if I can use custom-css to make vsc looks like the way I did with Apc, cause the discussions ongoing on Apc's repo hints the author may not have time to adapted to MS's breaking changes on vsc for every release, so I am looking for opts to do it my self since what I want to change with vsc is not that complex, here's what my vsc looks like:
Much appreciated for hints or discussion on the possibilities of making vsc looks like what I did with Apc :D
The text was updated successfully, but these errors were encountered: