1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 04:32:26 +01:00

pm-compat: Revert "Minor compat changes."

Fix too small font size in buffers.

Reverts: c8bacf3c71
This commit is contained in:
MadAnd
2017-01-21 03:45:35 +02:00
parent c8bacf3c71
commit 16a449a161

View File

@@ -49,10 +49,10 @@ var MOW = Module("mow", {
events.listen(window, this, "windowEvents");
modules.mow = this;
//let fontSize = DOM(document.documentElement).style.fontSize;
let fontSize = DOM(document.documentElement).style.fontSize;
styles.system.add("font-size", "dactyl://content/buffer.xhtml",
// "body { font-size: " + fontSize + "; } \
"html|html > xul|scrollbar { visibility: collapse !important; }",
"body { font-size: " + fontSize + "; } \
html|html > xul|scrollbar { visibility: collapse !important; }",
true);
overlay.overlayWindow(window, {