Skip to content
This repository was archived by the owner on Jul 5, 2019. It is now read-only.

Commit 16a449a

Browse files
committed
pm-compat: Revert "Minor compat changes."
Fix too small font size in buffers. Reverts: c8bacf3
1 parent c8bacf3 commit 16a449a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/content/mow.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ var MOW = Module("mow", {
4949
events.listen(window, this, "windowEvents");
5050

5151
modules.mow = this;
52-
//let fontSize = DOM(document.documentElement).style.fontSize;
52+
let fontSize = DOM(document.documentElement).style.fontSize;
5353
styles.system.add("font-size", "dactyl://content/buffer.xhtml",
54-
// "body { font-size: " + fontSize + "; } \
55-
"html|html > xul|scrollbar { visibility: collapse !important; }",
54+
"body { font-size: " + fontSize + "; } \
55+
html|html > xul|scrollbar { visibility: collapse !important; }",
5656
true);
5757

5858
overlay.overlayWindow(window, {

0 commit comments

Comments
 (0)