lauriii / umami

[Deprecated] Umami is now included in Drupal Core. All further work happens there.
https://www.drupal.org/project/issues/drupal?component=Umami+demo
GNU General Public License v2.0
18 stars 5 forks source link

Button size in base.css breaks toolbar layout #97

Closed thamas closed 6 years ago

thamas commented 7 years ago

screenshot-2017-11-06 22-39-44

The height setting of button in base.css is applied to the edit button of the toolbar too and that makes toolbar higher than it should be.

button, .button, [type="button"], [type="reset"], [type="submit"] {
    …
    height: 45px;
    …

Also using px for input sizes is not too flexible. I recommend to set it relative to the element's font size so it should be declared using em.