| Index: chrome/browser/resources/history/history.css
|
| diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
|
| index e2b68c2a6034c470d77fc23972d81a3a2d003424..4029b191200e71d798e31063ec3b507221e1fb23 100644
|
| --- a/chrome/browser/resources/history/history.css
|
| +++ b/chrome/browser/resources/history/history.css
|
| @@ -64,6 +64,7 @@
|
| float: left; /* Box will shrink to fit its content. */
|
| /* An odd line-height ensures a consistent baseline on all platforms. */
|
| line-height: 1.75em;
|
| + margin-bottom: 6px;
|
| /* The box should be no bigger than its parent. */
|
| max-width: 100%;
|
| overflow: hidden;
|
| @@ -151,7 +152,7 @@ html[dir='rtl'] .entry .title {
|
| }
|
|
|
| /* Checkboxes are shown when checked or focused, or when the entry is hovered.
|
| - Fade in on focus, but not on hover, because it makes the UI feel laggy. */
|
| + * Fade in on focus, but not on hover, because it makes the UI feel laggy. */
|
| .entry input[type=checkbox]:not(:checked) {
|
| opacity: 0;
|
| }
|
| @@ -221,3 +222,7 @@ html[dir='rtl'] .entry .title {
|
| position: relative;
|
| top: 2px;
|
| }
|
| +
|
| +#action-menu > :not(hr) {
|
| + line-height: 28px;
|
| +}
|
|
|