Add delay to librewolf tab tree panel hover

This commit is contained in:
Grafcube 2023-04-25 11:59:38 +05:30
parent 2382cf2173
commit 14c85fc5fc
Signed by: grafcube
GPG Key ID: E383688F2878A440
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,9 @@
--wide-tab-width: 250px;
}
#sidebar-box:not([sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"]) {
#sidebar-box:not(
[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"]
) {
min-width: var(--wide-tab-width) !important;
max-width: none !important;
}
@ -55,4 +57,5 @@
) !important;
z-index: 1;
transition: all 50ms cubic-bezier(0.075, 0.82, 0.165, 1);
transition-delay: 1s !important;
}