| OLD | NEW |
| 1 <dom-module id="search-engine-entry"> | 1 <dom-module id="search-engine-entry"> |
| 2 <template> | 2 <template> |
| 3 <style> | 3 <style> |
| 4 .favicon-image { | 4 .favicon-image { |
| 5 -webkit-margin-end: 8px; | 5 -webkit-margin-end: 8px; |
| 6 background-repeat: no-repeat; | 6 background-repeat: no-repeat; |
| 7 background-size: contain; | 7 background-size: contain; |
| 8 display: inline-block; | 8 display: inline-block; |
| 9 height: 20px; | 9 height: 20px; |
| 10 min-width: 20px; |
| 10 vertical-align: middle; | 11 vertical-align: middle; |
| 11 width: 20px; | |
| 12 } | 12 } |
| 13 | 13 |
| 14 .name { | 14 .name { |
| 15 margin: auto; | 15 margin: auto; |
| 16 } | 16 } |
| 17 | 17 |
| 18 .dropdown-content { | 18 .dropdown-content { |
| 19 background: white; | 19 background: white; |
| 20 box-shadow: 0 2px 6px grey; | 20 box-shadow: 0 2px 6px grey; |
| 21 } | 21 } |
| 22 </style> | 22 </style> |
| 23 </template> | 23 </template> |
| 24 </dom-module> | 24 </dom-module> |
| OLD | NEW |