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");