We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19c8af1 + aebdbeb commit d29acc8Copy full SHA for d29acc8
2 files changed
background.js
@@ -32,7 +32,6 @@ function switchTabs(tabPaneId) {
32
});
33
34
const selectedTabPane = document.getElementById(tabPaneId);
35
- selectedTabPane.classList.add("active");
36
selectedTabPane.classList.add("active", "show");
37
38
-}
+}
popup.css
@@ -5,8 +5,8 @@
5
6
body {
7
font-family: 'Manrope', sans-serif;
8
- min-width: 50vw;
9
- min-height: 50vh;
+ min-width: 23rem;
+ min-height: 18rem;
10
}
11
12
a {
@@ -47,4 +47,4 @@ a {
47
48
font-size: small;
49
50
0 commit comments