Browse Source

Avoid line breaks in header controls (#4932)

Closes #4920
pull/5033/head
Patrick H. Lauke 3 years ago committed by GitHub
parent
commit
9c60b2b54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/browser/src/popup/scss/base.scss

1
apps/browser/src/popup/scss/base.scss

@ -222,6 +222,7 @@ header { @@ -222,6 +222,7 @@ header {
justify-content: center;
align-items: center;
height: 100%;
white-space: pre;
@include themify($themes) {
color: themed("headerColor");

Loading…
Cancel
Save