ungoogled-software/ungoogled-chromium

Restore compact context menu

Offen

#3.196 geöffnet am 15.02.2025

 (0 Kommentare) (23 Reaktionen) (0 zugewiesene Personen)Python (771 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (18.674 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 11h) (9 gemergte PRs in 30 T)

Beschreibung

Description

Add a flag to restore the old smaller context menu style

Who's implementing?

  • I'm willing to implement this feature myself

The problem

Chrome used to have a compact native-looking context menu before the "UI Refresh 2023" but it was recently changed to be bigger and to have more padding.

There used to be workarounds with --disable-new-menu-style and --disable-features=CustomizeChromeSidePanel but these don't work anymore.

Image

Possible solutions

Restore the --disable-new-menu-style flag as an ungoogled-chromium feature.

Alternatives

No response

Additional context

ungoogled-chromium already has flags that remove unwanted UI features such as remove-tabsearch-button and disable-sharing-hub.

Contributor Guide