Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_main/settings_main.css |
| diff --git a/chrome/browser/resources/settings/settings_main/settings_main.css b/chrome/browser/resources/settings/settings_main/settings_main.css |
| index 0cc996e52a47a44bfa94119a3dfa5af23c082ef0..84e748ce4b5acad714a1417bd403ae9a955c45c2 100644 |
| --- a/chrome/browser/resources/settings/settings_main/settings_main.css |
| +++ b/chrome/browser/resources/settings/settings_main/settings_main.css |
| @@ -23,3 +23,13 @@ paper-shadow { |
| ::content core-icon-button { |
| position: absolute; |
| } |
| + |
| +#pageContainer { |
| + transition: height 300ms ease-out; |
|
Jeremy Klein
2015/03/18 00:12:04
When does this transition happen? Is it due to dif
michaelpg
2015/03/18 01:40:09
Removed. (yes)
|
| +} |
| + |
| +#pageContainer > * { |
| + /* This prevents the page from taking up the entire container, which |
|
Kyle Horimoto
2015/03/17 23:53:48
Why is the page taking up the entire container to
michaelpg
2015/03/18 00:18:00
I'll clarify in the comments. Explanation follows
michaelpg
2015/03/18 01:40:09
Removed.
|
| + * would prevent us from resizing the container to fit the page. */ |
| + bottom: initial; |
| +} |