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

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

Issue 2832153004: [site settings] swap action menu and subpage arrow (Closed)
Patch Set: move secondary-action Created 3 years, 8 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
Index: chrome/browser/resources/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 0db7f2db557a0a30fcdde8f7801969c87e48b8b4..b6b63d3670995e2a1fd3117ad545159af93acc64 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -344,7 +344,11 @@
align-items: center;
display: flex;
flex-shrink: 0;
- height: var(--settings-row-min-height);
+ height: 36px;
+ }
+
+ :-webkit-any(.settings-box, .list-item).two-line .secondary-action {
+ height: 46px;
dschuyler 2017/04/21 23:57:20 I had Alan review screen shots while working on th
}
/* Helper for a list frame to automatically avoid the separator line. */

Powered by Google App Engine
This is Rietveld 408576698