mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 07:22:26 +01:00
Restrict favicons to 16x16 in completions.
This commit is contained in:
@@ -76,8 +76,9 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
.compitem-td-span { height: 1.5em; display: block; }
|
||||
|
||||
.compitem[selected=true] { background-color: yellow; }
|
||||
.compitem > .favicon { width: 16px; }
|
||||
.compitem > .completion { width: 45%; overflow: hidden; }
|
||||
.compitem > .favicon { width: 16px; }
|
||||
.favicon > img { max-width: 16px, max-height: 16px}
|
||||
.compitem > .completion { width: 45%; overflow: hidden; }
|
||||
.compitem > .description { color: gray; }
|
||||
|
||||
.extra-info { color: gray; }
|
||||
|
||||
Reference in New Issue
Block a user