black7375 / Firefox-UI-Fix

🦊 I respect proton UI and aim to improve it.
Mozilla Public License 2.0
5.26k stars 184 forks source link

Add: Padding - Unified extensions panel with compact mode #721

Closed ricewind012 closed 1 year ago

ricewind012 commented 1 year ago

Describe the PR add compact mode support for the unified extensions panel

PR Type

Related Issue

711

Screenshots

before: before after: after

Aleksandra0056 commented 1 year ago

Thank you for implementing it, to be honest it was so large in comparison to other menus.

ricewind012 commented 1 year ago

translations panel next, then all the other ones

ricewind012 commented 1 year ago

It's a just question. What do you think about remove label(Can't read and change data on this site)? For me, a hide of label didn't hinder my use.

it will be OK if you remove it only under compact mode I'd like an option for an icon-only view, like this: image source:

#unified-extensions-area {
  flex-direction: row;
}
.unified-extensions-item-contents,
.unified-extensions-item-menu-button {
  display: none !important;
}
black7375 commented 1 year ago

Thank you for answer. Then I will remove the label in compact mode. For screens with only icons, I'll add it in the next major version!!!