diff --git a/src/popup/scss/base.scss b/src/popup/scss/base.scss
index 42b70cd458..c19cb129a2 100644
--- a/src/popup/scss/base.scss
+++ b/src/popup/scss/base.scss
@@ -316,7 +316,8 @@ header {
padding: 0;
margin: 0;
- a {
+ a,
+ button {
text-align: center;
display: block;
padding: 7px 0;
@@ -325,6 +326,7 @@ header {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
+ width: 100%;
@include themify($themes) {
color: themed("mutedColor");
@@ -345,7 +347,8 @@ header {
}
&.active {
- a {
+ a,
+ button {
@include themify($themes) {
color: themed("primaryColor");
}
diff --git a/src/popup/tabs.component.html b/src/popup/tabs.component.html
index 94163d9b0f..e522d3311b 100644
--- a/src/popup/tabs.component.html
+++ b/src/popup/tabs.component.html
@@ -2,30 +2,50 @@