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

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

Issue 2073703002: MD History: Simplify flex layout in <history-list> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove flex usage from app and history.html Created 4 years, 6 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 6ac041ac080c7617adc2338ff9928dbd36ef136a..131d1cdcca9dbc925f355ade3021dd89200e21f0 100644
--- a/chrome/browser/resources/md_history/shared_style.html
+++ b/chrome/browser/resources/md_history/shared_style.html
@@ -8,7 +8,7 @@
--card-min-width: 500px;
--card-padding-between: 20px;
--card-padding-side: 24px;
- --first-card-padding-top: 40px;
+ --first-card-padding-top: 24px;
--side-bar-width: 256px;
}

Powered by Google App Engine
This is Rietveld 408576698