fix: Fixed folders UI on collapsed mode, b=no-bug, c=folders, kbs

This commit is contained in:
mr. m
2025-09-23 10:21:22 +02:00
parent 037bc0c3cf
commit 3152dcbe68
2 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,8 @@
tab-group[split-view-group] {
display: block;
min-width: 100%;
@media (prefers-reduced-motion: no-preference) {
transition: var(--zen-tabbox-element-indent-transition);

View File

@@ -955,10 +955,10 @@ class nsZenKeyboardShortcutsVersioner {
data.push(
new KeyShortcut(
'zen-toggle-sidebar',
'B',
'',
'',
ZEN_OTHER_SHORTCUTS_GROUP,
nsKeyShortcutModifiers.fromObject({ alt: true }),
nsKeyShortcutModifiers.fromObject({}),
'cmd_zenToggleSidebar',
'zen-sidebar-shortcut-toggle'
)