Implement new pane selection algorithm, remove bottom padding

This commit is contained in:
Abe Jellinek 2023-12-01 02:43:43 -05:00 committed by Dan Stillman
parent cc9d58e6be
commit 19b78e2b20
18 changed files with 427 additions and 121 deletions

View file

@ -57,7 +57,10 @@ $menu-icons: (
add-to-collection: "new-collection",
new-tab: "new-tab",
new-window: "new-window",
pin: "pin",
unpin: "pin-remove",
expand-all: "expand-all",
collapse-others: "collapse-others",
);
@each $cls, $icon in $menu-icons {
@ -73,3 +76,7 @@ $menu-icons: (
}
}
};
#zotero-collectionmenu, #zotero-itemmenu {
@include macOS-hide-menu-icons;
}