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