Skip to content

Commit d29acc8

Browse files
Merge pull request #1 from SuppliedOrange/1.1.2
v1.1.2
2 parents 19c8af1 + aebdbeb commit d29acc8

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

background.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function switchTabs(tabPaneId) {
3232
});
3333

3434
const selectedTabPane = document.getElementById(tabPaneId);
35-
selectedTabPane.classList.add("active");
3635
selectedTabPane.classList.add("active", "show");
3736

38-
}
37+
}

popup.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
body {
77
font-family: 'Manrope', sans-serif;
8-
min-width: 50vw;
9-
min-height: 50vh;
8+
min-width: 23rem;
9+
min-height: 18rem;
1010
}
1111

1212
a {
@@ -47,4 +47,4 @@ a {
4747

4848
font-size: small;
4949

50-
}
50+
}

0 commit comments

Comments
 (0)