From 5e0f8bd87050671f74c143d8c1953004a66fab03 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sat, 7 May 2022 18:42:20 +0100 Subject: [PATCH] Fix vertical alignment of expandable header chevron (#2652) --- apps/browser/src/popup/scss/box.scss | 1 + apps/desktop/src/scss/box.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/browser/src/popup/scss/box.scss b/apps/browser/src/popup/scss/box.scss index cda4b7ef24..7ea4d1606c 100644 --- a/apps/browser/src/popup/scss/box.scss +++ b/apps/browser/src/popup/scss/box.scss @@ -26,6 +26,7 @@ display: flex; width: 100%; box-sizing: border-box; + align-items: center; @include themify($themes) { color: themed("headingColor"); diff --git a/apps/desktop/src/scss/box.scss b/apps/desktop/src/scss/box.scss index a955617f06..4f05b873b6 100644 --- a/apps/desktop/src/scss/box.scss +++ b/apps/desktop/src/scss/box.scss @@ -40,6 +40,7 @@ display: flex; width: 100%; box-sizing: border-box; + align-items: center; @include themify($themes) { color: themed("headingColor");