Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: chrome/browser/resources/md_history/shared_style.html

Issue 1993613002: [MD History] Implement grouped history UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@privatize
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f9ed2691ef4929ae418448d4ce2e7bd5cea9510f..aeace4dfa10ff6b9eb409b197edb8afd6d8b751d 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;
@@ -40,7 +42,7 @@
.website-icon {
-webkit-margin-end: 16px;
height: 16px;
- min-width: 16px;
+ width: 16px;
}
.website-title {

Powered by Google App Engine
This is Rietveld 408576698