feat: Increase the space of grid for devices that dont support sub-pixel rendering, b=no-bug, c=workspaces

This commit is contained in:
mr. m
2025-12-07 19:02:14 +01:00
parent 57ee00bf3e
commit 832b0c4fe3

View File

@@ -252,7 +252,7 @@
min-height: calc(var(--panel-width) - var(--panel-padding) * 2 - 2px);
background: light-dark(rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.03));
background-image: radial-gradient(
light-dark(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1)) 0.5px,
light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.05)) 1px,
transparent 0
);
background-position: -23px -23px;