Index: chrome/browser/resources/md_history/shared_style.html |
diff --git a/chrome/browser/resources/md_history/shared_style.html b/chrome/browser/resources/md_history/shared_style.html |
index 00aaba82db63c5b98f0006dea6217d7b36f0b658..6ac041ac080c7617adc2338ff9928dbd36ef136a 100644 |
--- a/chrome/browser/resources/md_history/shared_style.html |
+++ b/chrome/browser/resources/md_history/shared_style.html |
@@ -3,8 +3,10 @@ |
<style> |
:root { |
--card-border-color: rgba(0, 0, 0, 0.14); |
+ --card-first-last-item-padding: 8px; |
--card-max-width: 960px; |
--card-min-width: 500px; |
+ --card-padding-between: 20px; |
--card-padding-side: 24px; |
--first-card-padding-top: 40px; |
--side-bar-width: 256px; |
@@ -42,7 +44,7 @@ |
background-repeat: no-repeat; |
background-size: 16px; |
height: 16px; |
- min-width: 16px; |
+ width: 16px; |
} |
.website-title { |