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

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

Issue 900993002: extensions: fix dev controls spacing issue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scoped Created 5 years, 10 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 02241100aeddf8747e1ee28c01103b1d7abc217d..0d929c595f3e72c91766649b1166ce2dde3c8bae 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -49,6 +49,10 @@ html:not(.focus-outline-visible)
white-space: nowrap;
}
+#dev-controls .button-container button:not(:last-of-type) {
+ -webkit-margin-end: 5px;
+}
+
#apps-developer-tools-promo {
align-items: center;
border-top: 1px solid #eee;
« 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