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

Unified Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2663053003: MD History: Change sidebar font size (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/side_bar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index f8800fce7bfe00b9601316c01550c7d743c3aa66..b636efe8cdbcaa4d6b3460fad0d961d5cbd7d4a5 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -3514,18 +3514,15 @@ iron-selector {
}
iron-selector > a {
- font-family: var(--paper-font-subhead_-_font-family); -webkit-font-smoothing: var(--paper-font-subhead_-_-webkit-font-smoothing); font-size: var(--paper-font-subhead_-_font-size); font-weight: var(--paper-font-subhead_-_font-weight); line-height: var(--paper-font-subhead_-_line-height);
-
- -webkit-margin-end: 4px;
+ -webkit-margin-end: 4px;
-webkit-padding-start: 24px;
align-items: center;
box-sizing: border-box;
color: inherit;
cursor: pointer;
display: flex;
- font-size: 108%;
font-weight: 500;
- min-height: 48px;
+ min-height: 40px;
position: relative;
text-decoration: none;
}
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/side_bar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698