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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 2508043002: MD WebUI: Fix appearance of toolbar title in certain languages (Closed)
Patch Set: Created 4 years, 1 month 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_downloads/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index 93b03d55c6fe317f6a576a7ef823fc0cda8d417b..ecc9e8e11c56dd46db11ab7c5edf87e85aff8d1e 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -3073,6 +3073,7 @@ input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-s
h1 {
-webkit-margin-start: 6px;
+ -webkit-padding-end: 2px;
flex: 1;
font-size: 123%;
font-weight: 400;
@@ -3114,8 +3115,8 @@ h1 {
}
:host(:not([narrow_])) #leftContent {
- max-width: calc((100% - var(--cr-toolbar-field-width) - 18px) / 2);
- -webkit-margin-start: var(--cr-toolbar-left-content-wide_-_-webkit-margin-start); flex: var(--cr-toolbar-left-content-wide_-_flex); max-width: var(--cr-toolbar-left-content-wide_-_max-width, calc((100% - var(--cr-toolbar-field-width) - 18px) / 2)); position: var(--cr-toolbar-left-content-wide_-_position);
+ max-width: calc((100% - var(--cr-toolbar-field-width)) / 2 - 18px);
+ -webkit-margin-start: var(--cr-toolbar-left-content-wide_-_-webkit-margin-start); flex: var(--cr-toolbar-left-content-wide_-_flex); max-width: var(--cr-toolbar-left-content-wide_-_max-width, calc((100% - var(--cr-toolbar-field-width)) / 2 - 18px)); position: var(--cr-toolbar-left-content-wide_-_position);
}
:host(:not([narrow_])) #rightContent {

Powered by Google App Engine
This is Rietveld 408576698