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] { tab-group[split-view-group] {
display: block; display: block;
min-width: 100%;
@media (prefers-reduced-motion: no-preference) { @media (prefers-reduced-motion: no-preference) {
transition: var(--zen-tabbox-element-indent-transition); transition: var(--zen-tabbox-element-indent-transition);

View File

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