ungoogled-software/ungoogled-chromium

Multi-column bookmark dropdown list

开放

#3,781 创建于 2026年5月13日

 (0 条评论) (0 个反应) (0 位负责人)Python (771 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (18,674 个星标)
PR 合并指标
 (平均合并 1天 11小时) (30 天内合并 9 个 PR)

描述

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:

贡献者指南