We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c78d1 commit 7ed2c53Copy full SHA for 7ed2c53
src/chrome/content/fetch-source.js
@@ -152,8 +152,8 @@ httpsEverywhere.fetchSource = {
152
window.onresize = function() {
153
var textBox = document.getElementById("source-text");
154
// TODO: Move to constants
155
- textBox.width = window.innerWidth - 50;
156
- textBox.height = window.innerHeight - 100;
+ textBox.width = window.innerWidth - 100;
+ textBox.height = window.innerHeight - 150;
157
}
158
159
// hook event for init
0 commit comments