RobertZenz / ThinBars

A Firefox addon that provides customization options for the menubar, toolbar and findbar.
Mozilla Public License 2.0
0 stars 0 forks source link

Add option to force a width of the urlbar dropdown. #3

Closed RobertZenz closed 8 years ago

RobertZenz commented 8 years ago

Sometimes there is only limited horizontal space available, so forcing the urlbar dropdown to a certain size would help in these situations tremendously.

RobertZenz commented 8 years ago

Something like the following should suffice:

#PopupAutoCompleteRichResult,
#PopupAutoCompleteRichResult > * {
    min-width: 800px !important;
}
RobertZenz commented 8 years ago

Implemented in 6f3a1a6.