diff --git a/home.css b/home.css
index b90815d..ec61567 100644
--- a/home.css
+++ b/home.css
@@ -73,7 +73,10 @@ ul {
li {
margin-left: 0;
- padding: 12px 15px 15px 20px;
+ padding-left: 2%;
+ padding-right: 2%;
+ padding-top: 2%;
+ padding-bottom: 2%;
width: calc(100% - 40px);
text-align: justify;
border: 1px solid #9ab;
@@ -359,8 +362,9 @@ img.readyness {
@media only screen and (min-width: 800px) {
.application-info {
- max-width: 50%;
- min-width: 50% !important;
+ max-width: 46%;
+ min-width: 46% !important;
+ margin-right: 1%;
float: right;
}
}
diff --git a/home.html b/home.html
index d688b71..d8f9aa0 100644
--- a/home.html
+++ b/home.html
@@ -86,7 +86,7 @@
-->
- Toopie For information about your I2P router status, go here:
+ Toopie For information about your I2P router status, go here:
@@ -145,6 +145,7 @@
+
diff --git a/info.js b/info.js
index 9f59d82..1c0c335 100644
--- a/info.js
+++ b/info.js
@@ -281,6 +281,7 @@ function goToopie() {
}
console.log("visiting toopie");
let creating = browser.sidebarAction.open();
+ browser.sidebarAction.setPanel({ panel: browser.runtime.getURL("/toopie.html") });
creating.then(onTabCreated, onTabError);
}
diff --git a/sidebar.css b/sidebar.css
index 5345b4c..4cd15e9 100644
--- a/sidebar.css
+++ b/sidebar.css
@@ -34,4 +34,8 @@ button {
.hidden {
display: none
+}
+
+.toopiebody {
+ min-width: 400px;
}
\ No newline at end of file
diff --git a/toopie.html b/toopie.html
index 8678174..05acd40 100644
--- a/toopie.html
+++ b/toopie.html
@@ -29,7 +29,7 @@