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

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: address comments 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 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 {
« no previous file with comments | « chrome/browser/resources/md_history/history_toolbar.js ('k') | chrome/browser/resources/md_history/synced_device_card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698