We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bc9ab1 + cd7491b commit af9e3b0Copy full SHA for af9e3b0
static/docks.less
@@ -16,9 +16,10 @@ atom-dock {
16
.atom-dock-inner {
17
display: flex;
18
19
- // Keep the area at least a pixel wide so that you have something to hover
+ // Keep the area at least 2 pixels wide so that you have something to hover
20
// over to trigger the toggle button affordance even when fullscreen.
21
- &.left, &.right { min-width: 1px; }
+ // Needs to be 2 pixels to work on Windows when scaled to 150%. See atom/atom #15728
22
+ &.left, &.right { min-width: 2px; }
23
&.bottom { min-height: 1px; }
24
25
&.bottom { width: 100%; }
0 commit comments