henry pushed to branch tor-browser-149.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: 33520bdd by Henry Wilkes at 2026-03-26T10:35:30+00:00 fixup! BB 41916: Letterboxing preferences UI BB 44546: Rename `appearance-chooser-item` to `setting-chooser-item`. We also drop the `200px` maximum width, since it seems that mozilla's new "Browser Layout" setting just above does not apply any maximum width for its two options. - - - - - 2 changed files: - browser/components/preferences/letterboxing.css - browser/components/preferences/letterboxing.js Changes: ===================================== browser/components/preferences/letterboxing.css ===================================== @@ -5,7 +5,3 @@ .letterboxing-overview { margin-block-end: var(--space-xxlarge); } - -.letterboxing-chooser-item.appearance-chooser-item { - flex: 0 1 200px; -} ===================================== browser/components/preferences/letterboxing.js ===================================== @@ -118,7 +118,7 @@ SettingGroupManager.registerGroups({ value: "top", l10nId: "letterboxing-alignment-top-option", controlAttrs: { - class: "appearance-chooser-item letterboxing-chooser-item", + class: "setting-chooser-item letterboxing-chooser-item", imagesrc: "chrome://browser/content/preferences/letterboxing-top.svg", }, @@ -127,7 +127,7 @@ SettingGroupManager.registerGroups({ value: "middle", l10nId: "letterboxing-alignment-middle-option", controlAttrs: { - class: "appearance-chooser-item letterboxing-chooser-item", + class: "setting-chooser-item letterboxing-chooser-item", imagesrc: "chrome://browser/content/preferences/letterboxing-middle.svg", }, View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/33520bdd... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/33520bdd... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
henry (@henry)