Fix style and current tab url detection logics.

This commit is contained in:
Hao Nguyen
2019-07-14 07:13:26 -07:00
parent 32b03b14ee
commit 96261a94b9
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -217,6 +217,7 @@ function setupHeaderModListener() {
function onTabUpdated(tab) {
if (tab.active) {
delete localStorage.currentTabUrl;
// Since we don't have access to the "tabs" permission, we may not have
// access to the url property all the time. So, match it against the URL
// found during request modification.
+1 -2
View File
@@ -1,6 +1,5 @@
html, body {
width: 600px;
height: 464px;
}
a {
@@ -38,7 +37,7 @@ body::-webkit-scrollbar {
}
.main-content {
height: 400px;
height: 100%;
margin-bottom: 60px;
}