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

Unified Diff: chrome/browser/resources/extensions/extensions.css

Issue 2946453002: Extensions: cover content with header on small monitors (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions/extensions.css
diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css
index 011d0f7d3d8b850e6221b6a9df4d4e34358e8270..57468d4a15b206c58084192842bf13f873135abb 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -98,6 +98,16 @@ html:not(.focus-outline-visible)
line-height: 150%;
}
+#page-header {
+ -webkit-padding-start: 23px;
+ left: 0;
+}
+
+[dir='rtl'] #page-header {
+ left: auto;
+ right: 0;
+}
+
#page-header > .page-banner > .page-banner-gradient {
-webkit-margin-end: 0;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698