feat: Added support for swiping when scrolling on workspaces, b=(no-bug), c=workspaces

This commit is contained in:
mr. m
2025-05-18 12:22:11 +02:00
parent d9a6bb5b2d
commit 820652bd5e
4 changed files with 12 additions and 21 deletions

View File

@@ -541,7 +541,7 @@ zen-workspace {
top: 0;
left: 0;
width: 100%;
height: 2px;
height: 1px;
opacity: 0;
pointer-events: none;
transition: opacity 0.1s;
@@ -554,7 +554,7 @@ zen-workspace {
bottom: 0;
left: 0;
width: 100%;
height: 2px;
height: 1px;
opacity: 0;
pointer-events: none;
transition: opacity 0.1s;