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

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: Review comments 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..839926399f4da8e6686e6af7b286f02dd0aa622b 100644
--- a/chrome/browser/resources/md_history/shared_style.html
+++ b/chrome/browser/resources/md_history/shared_style.html
@@ -8,8 +8,10 @@
--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;
+ --toolbar-grouped-height: 101px;
+ --toolbar-height: 56px;
}
[hidden] {
@@ -36,6 +38,7 @@
flex: 1;
font-size: 14px;
font-weight: 500;
+ height: 100%;
justify-content: center;
}

Powered by Google App Engine
This is Rietveld 408576698