mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-26 23:43:32 +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");
|
events.listen(window, this, "windowEvents");
|
||||||
|
|
||||||
modules.mow = this;
|
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",
|
styles.system.add("font-size", "dactyl://content/buffer.xhtml",
|
||||||
// "body { font-size: " + fontSize + "; } \
|
"body { font-size: " + fontSize + "; } \
|
||||||
"html|html > xul|scrollbar { visibility: collapse !important; }",
|
html|html > xul|scrollbar { visibility: collapse !important; }",
|
||||||
true);
|
true);
|
||||||
|
|
||||||
overlay.overlayWindow(window, {
|
overlay.overlayWindow(window, {
|
||||||
|
|||||||
Reference in New Issue
Block a user