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

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

Issue 2184863002: MD Settings: Remove paper-header-panel, use IntersectionObserver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resolve conflicts Created 3 years, 9 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_page_css.html
diff --git a/chrome/browser/resources/settings/settings_page_css.html b/chrome/browser/resources/settings/settings_page_css.html
index 6aa289ef18703913b9e2540e76b1b80d61af3b2a..e26e9d7e9955c50bcb25592796cf706036087bf3 100644
--- a/chrome/browser/resources/settings/settings_page_css.html
+++ b/chrome/browser/resources/settings/settings_page_css.html
@@ -15,15 +15,13 @@
width: 96%;
}
- :host(.showing-subpage) {
+ :host(.showing-subpage),
+ :host(.showing-subpage) #basicPage,
+ :host(.showing-subpage) #advancedPage {
/* The subpage container should extend to the bottom of the page. */
height: 100%;
}
- :host > div {
- height: inherit;
- }
-
:host > div > :not(.expanded) {
/* The margin and padding here are doing two things: make the total
* separation 24px; and make scrollIntoView align the section header

Powered by Google App Engine
This is Rietveld 408576698