ungoogled-software/ungoogled-chromium

Multi-column bookmark dropdown list

Open

#3781 opened on May 13, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (18,674 stars) (771 forks)batch import
enhancementhelp wanted

Description

Description

A multi-column layout for the bookmarks dropdown menu to allow viewing more bookmarks simultaneously without excessive scrolling.

Who's implementing?

  • I'm willing to implement this feature myself

The problem

Opening a bookmark folder with many saved pages currently requires scrolling through a long, single-column vertical list. This makes finding specific bookmarks slow and inefficient, especially on modern widescreen displays where horizontal screen space is abundant but underutilized by the current layout.

Possible solutions

Implement a multi-column grid layout for the bookmarks bar dropdown menus. When a folder contains a large number of items, the dropdown list should automatically expand horizontally to display the bookmarks in multiple columns, depending on the number of items and available screen width.

Alternatives

No response

Additional context

Several Chromium-based browsers already provide this feature:

Contributor guide