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

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: Fix height of #main-container 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;
calamity 2016/06/21 08:18:00 Changing these won't change the toolbar height or
tsergeant 2016/06/22 01:13:45 Done.
}
[hidden] {
@@ -36,6 +38,7 @@
flex: 1;
font-size: 14px;
font-weight: 500;
+ height: 100%;
justify-content: center;
}
« no previous file with comments | « chrome/browser/resources/md_history/history_toolbar.html ('k') | chrome/browser/resources/md_history/side_bar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698