mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-01 21:31:58 +00:00
fix: Fixed split view having clipped dialogs, b=no-bug, c=compact-mode, split-view, workspaces
This commit is contained in:
@@ -1129,7 +1129,7 @@
|
||||
`linear-gradient(to top, ${color3} -30%, transparent 60%)`,
|
||||
].join(', ');
|
||||
}
|
||||
return [`linear-gradient(${rotation}deg, ${color1} -30%, ${color3} 100%)`].join(', ');
|
||||
return [`linear-gradient(120deg, ${color1} -30%, ${color3} 100%)`].join(', ');
|
||||
} else {
|
||||
// Just return a linear gradient with all colors
|
||||
const gradientColors = themedColors.map((color) =>
|
||||
|
||||
Reference in New Issue
Block a user