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

Unified Diff: chrome/browser/resources/settings/controls/controlled_button.html

Issue 2902363002: [MD settings] adjust button layout (Closed)
Patch Set: merge with master Created 3 years, 7 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/settings/on_startup_page/startup_urls_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/controls/controlled_button.html
diff --git a/chrome/browser/resources/settings/controls/controlled_button.html b/chrome/browser/resources/settings/controls/controlled_button.html
index b2c7925c6c17d87c659231527c28f98454350298..5cc109a4e2c70db977b90f2849da4fb79c029c70 100644
--- a/chrome/browser/resources/settings/controls/controlled_button.html
+++ b/chrome/browser/resources/settings/controls/controlled_button.html
@@ -13,6 +13,8 @@
<style include="settings-shared">
:host {
--justify-margin: 8px;
+ -webkit-margin-end: calc(var(--settings-button-edge-spacing) * -1);
+ -webkit-margin-start: calc(var(--settings-button-edge-spacing) * -1);
align-items: center;
display: flex;
}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/on_startup_page/startup_urls_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698