fix: Fixed split view having clipped dialogs, b=no-bug, c=compact-mode, split-view, workspaces

This commit is contained in:
Mr. M
2025-06-24 19:12:57 +02:00
parent 12ae2daeba
commit 08947fd4a1
3 changed files with 11 additions and 8 deletions

View File

@@ -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) =>