mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-20 14:25:38 +00:00
feat: Increase the space of grid for devices that dont support sub-pixel rendering, b=no-bug, c=workspaces
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user