diff --git a/app/theme/client/imports/components/header.css b/app/theme/client/imports/components/header.css index 8c9cdde4abb1..d02456865a50 100644 --- a/app/theme/client/imports/components/header.css +++ b/app/theme/client/imports/components/header.css @@ -421,11 +421,24 @@ display: none; } - &__first-icon { - width: 2.25em; - + &__block { margin: 0 0.2em; + padding: 0 0.1em; + } + + &__section { + display: flex; + + margin: 0 0.5rem; + + padding: 0 0.5rem; + + align-items: center; + } + + &__first-icon { + width: 2.25em; padding: 0; } @@ -451,8 +464,6 @@ } &__search-button { - margin-right: -0.75em; - &__action { &__icon { height: 1.2em; @@ -475,6 +486,7 @@ display: flex; margin: 0; + padding: 0; } } diff --git a/app/ui/client/components/header/header.html b/app/ui/client/components/header/header.html index 14fb89cd3939..31350fce6786 100644 --- a/app/ui/client/components/header/header.html +++ b/app/ui/client/components/header/header.html @@ -8,7 +8,7 @@ {{#if rawSectionName}} {{rawSectionName}} {{else}} - {{_ sectionName}} + {{_ sectionName}} {{/if}} {{#if Template.contentBlock}}