fix: animateUnload for folder, p=#10440

* fix: `animateUnload` for folder

* fix: Formatting

* fix: Some fixes

* fix: Formatting

* fix: Fix unloading split views, b=no-bug, c=folders, split-view

* test: Fixed tests, b=no-bug, c=folders, tabs

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>

---------

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
This commit is contained in:
octaviusz
2025-09-20 01:19:33 +03:00
committed by GitHub
parent 40b7fa67cb
commit 81f7ae46d3
4 changed files with 163 additions and 80 deletions

View File

@@ -182,7 +182,7 @@
position: absolute;
height: 100%;
border: 2px solid var(--zen-primary-color);
background: rgba(255, 255, 255, 0.01);
background: rgba(255, 255, 255, 0.1);
border-radius: var(--zen-native-inner-radius);
box-shadow: var(--zen-big-shadow);
overflow: hidden;