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

Unified Diff: chrome/browser/resources/settings/settings_page/main_page_behavior.html

Issue 1965553002: MD Settings: Page and animation fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: chrome/browser/resources/settings/settings_page/main_page_behavior.html
diff --git a/chrome/browser/resources/settings/settings_page/main_page_behavior.html b/chrome/browser/resources/settings/settings_page/main_page_behavior.html
index 3d1c94f2e79d6bad0857d3a8bc7beef9b5de8e9f..cd3fb68b928e3d686a0482461292074822ee51b0 100644
--- a/chrome/browser/resources/settings/settings_page/main_page_behavior.html
+++ b/chrome/browser/resources/settings/settings_page/main_page_behavior.html
@@ -13,6 +13,12 @@
.expanded {
min-height: 100%;
}
+
+ .expanded.frozen {
+ /* Account for padding in settings_page.css. */
+ margin: -24px 0;
+ min-height: calc(100% + 48px);
michaelpg 2016/05/09 21:24:47 this is slightly unfortunate, but it works. we sh
dpapad 2016/05/09 21:34:58 This indeed seems like magic, so I trust you that
+ }
</style>
</template>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698