| Index: chrome/browser/resources/options/browser_options.css
|
| diff --git a/chrome/browser/resources/options/browser_options.css b/chrome/browser/resources/options/browser_options.css
|
| index 6affa5df3b327cc3610b0165e88700d2e7a203ea..bc945bf644302b5106a129839a2922c446fb58b6 100644
|
| --- a/chrome/browser/resources/options/browser_options.css
|
| +++ b/chrome/browser/resources/options/browser_options.css
|
| @@ -452,6 +452,13 @@ list:not([disabled]) > .network-group[selected] {
|
| -webkit-margin-start: 0.6em;
|
| }
|
|
|
| +div[guestmode=true] #appearance-section,
|
| +div[guestmode=true] #startup-section,
|
| +div[guestmode=true] #searchBox,
|
| +div[guestmode=true] #reset-profile-settings-section {
|
| + display: none;
|
| +}
|
| +
|
| footer {
|
| display: flex;
|
| }
|
|
|