mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-27 17:01:30 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user