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

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

Issue 2620613003: MD History: Replace px-based font sizes with %-based sizing (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
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 809f82c699c388567a8786ec47586880462ecbc6..f561acce8dc234525a75c503084fabf026597b5b 100644
--- a/chrome/browser/resources/md_history/shared_style.html
+++ b/chrome/browser/resources/md_history/shared_style.html
@@ -16,7 +16,7 @@
border-bottom: 1px solid var(--card-border-color);
border-radius: 2px 2px 0 0;
display: flex;
- font-size: 14px;
+ font-size: 108%;
font-weight: 500;
height: 48px;
line-height: 48px;
@@ -31,7 +31,7 @@
color: var(--md-loading-message-color);
display: flex;
flex: 1;
- font-size: 14px;
+ font-size: 108%;
font-weight: 500;
height: 100%;
justify-content: center;
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.vulcanized.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