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

UrlBar is too small. #5

Closed RobertZenz closed 7 years ago

RobertZenz commented 8 years ago

With the previous changes, the urlbar has become too small for some reason.

RobertZenz commented 8 years ago

I could force the height of the urlbar-wrapper to be the same as the bar, though, that needs some further testing:

#urlbar-wrapper {
    height: 21px !important;
}

This is unfortunately not a solution, as I don't know which bar the urlbar is in.

RobertZenz commented 7 years ago

There are now two ways to fix this, as I've found out:

  1. Set the height of the URL-Bar.
  2. Set the padding of the identity icon.