Open lethefrost opened 2 months ago
I solved it with
"apc.stylesheet": {
".inline-titlebar-placeholder": "display: none",
".right .header": "padding-left: 4px !important"
},
I solved it with
"apc.stylesheet": { ".inline-titlebar-placeholder": "display: none", ".right .header": "padding-left: 4px !important" },
Hi! Thank you for replying me. I just tried it out and it doesn't work for me. But I didn't think of using a CSS patch solution before, so it indeed inspired me! Thanks.
Here's what worked for me:
".no-custom-title-bar-visibility div.monaco-workbench .has-composite-bar": "padding-left: 8px"
The original value, set by the APC extension, was calc(var(--traffic-X) + 68px)
, which is likely the culprit. This setting above fixes icon ribbons on the top of the right sidebar and on the bottom of both sides. It won't affect the top-left corner, the only place where the traffic light padding is actually needed.
no matter main sidebar or auxiliary sidebar, set on the left or on the right side, in their title bar or activity bar icon ribbons, even when position is
"bottom"
, there will always be a left padding for the traffic lights.by the way, the sidebar (main or auxiliary) which is placed at the left side cannot provide the feature of dragging the window from its title bar, starting from months ago. So do the padding segments in the bars for the traffic lights. Would that possibly be a same problem?
macOS 14.6, VSC 1.92.2, APC v0.4.1