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

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

Issue 2206723002: [MD settings] shrink overscroll when scrolling up (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed var name Created 4 years, 4 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_main/settings_main.html
diff --git a/chrome/browser/resources/settings/settings_main/settings_main.html b/chrome/browser/resources/settings/settings_main/settings_main.html
index 3372d18ffb5fbf6471b5d06531a520f452e653e0..49be493ebf6049355587123e0dff3057b984a921 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.html
+++ b/chrome/browser/resources/settings/settings_main/settings_main.html
@@ -15,7 +15,7 @@
@apply(--settings-actionable);
align-items: center;
display: flex;
- margin-bottom: 24px;
+ margin-bottom: 3px;
margin-top: 12px; /* Part of a 48px spacer (33px + 12px + 3px). */
min-height: 32px;
padding: 0 12px;
@@ -25,7 +25,6 @@
align-items: center;
display: flex;
justify-content: center;
- margin-bottom: -var(--settings-page-vertical-margin);
}
#toggleSpacer {

Powered by Google App Engine
This is Rietveld 408576698