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

Restore the fixed with/height in the :hi sample; theyre quite necessary so the output doesnt explode given certain CSS, and useful for showing certain visual effects

This commit is contained in:
Kris Maglione
2008-11-01 20:52:13 +00:00
parent 12a9532e6c
commit 6bda95ff00

View File

@@ -473,6 +473,8 @@ liberator.registerObserver("load_commands", function ()
display: inline-block !important;
position: static !important;
margin: 0px !important; padding: 0px !important;
width: 3em !important; min-width: 3em !important; max-width: 3em !important;
height: 1em !important; min-height: 1em !important; max-height: 1em !important;
overflow: hidden !important;
]]>;
let key = args.arguments[0];