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:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user