mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 00:04:11 +01:00
Speed up completion scrolling more.
This commit is contained in:
@@ -37,7 +37,7 @@ function Highlights(name, store, serial)
|
||||
CompIcon>img max-width: 16px; max-height: 16px; vertical-align: middle;
|
||||
CompResult width: 45%; overflow: hidden;
|
||||
CompDesc color: gray; width: 50%;
|
||||
CompLess text-align: center; height: .5ex; line-height: .5ex;
|
||||
CompLess text-align: center; height: .5ex; line-height: .5ex; padding-top: 1ex;
|
||||
CompLess:after content: "\2303" /* Unicode up arrowhead */
|
||||
CompMore text-align: center; height: .5ex; line-height: .5ex;
|
||||
CompMore:after content: "\2304" /* Unicode down arrowhead */
|
||||
|
||||
Reference in New Issue
Block a user