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

Unified Diff: chrome/browser/resources/settings/basic_page/basic_page.html

Issue 2957123002: Settings: Fix alignment of secondary user warning (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/settings/basic_page/basic_page.html
diff --git a/chrome/browser/resources/settings/basic_page/basic_page.html b/chrome/browser/resources/settings/basic_page/basic_page.html
index aa1d293846545eeea7485fa46959ee6d335345bc..6163d01fafdfed7b695165b9e26d94ce97dd429c 100644
--- a/chrome/browser/resources/settings/basic_page/basic_page.html
+++ b/chrome/browser/resources/settings/basic_page/basic_page.html
@@ -49,8 +49,10 @@
#secondaryUserBanner {
@apply(--shadow-elevation-2dp);
+ align-items: center;
background-color: white;
border-radius: 2px;
+ display: flex;
margin: 21px 0;
}
@@ -91,8 +93,7 @@
</settings-reset-profile-banner>
</template>
<if expr="chromeos">
- <div id="secondaryUserBanner" class="layout horizontal center"
- hidden="[[!showSecondaryUserBanner_]]">
+ <div id="secondaryUserBanner" hidden="[[!showSecondaryUserBanner_]]">
<div id="secondaryUserIcon"></div>
<div class="flex">$i18n{secondaryUserBannerText}</div>
</div>
« 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