1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 15:34:12 +01:00

Experimentally change the ratio of completion columns from 1:1 to 1:φ.

This commit is contained in:
Kris Maglione
2010-12-17 07:57:04 -05:00
parent a632172c0f
commit 5364ca86f9

View File

@@ -207,8 +207,8 @@ const ConfigBase = Class(ModuleBase, {
CompItem>* padding: 0 .5ex;
CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;
CompIcon>img max-width: 16px; max-height: 16px; vertical-align: middle;
CompResult width: 45%; overflow: hidden;
CompDesc color: gray; width: 50%;
CompResult width: 34%; overflow: hidden;
CompDesc color: gray; width: 62%;
CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex;
CompLess::after content: "⌃";
CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex;