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

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

Issue 1940053002: [MD settings] hide side nav drawer at 900px (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_ui/settings_ui.html
diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.html b/chrome/browser/resources/settings/settings_ui/settings_ui.html
index 30e7b38f4af5b462cadb9a2dbc8a01d6ad636be7..4425882c37f5ad08fea7257084c2206293a40588 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -118,7 +118,8 @@
<settings-router current-route="{{currentRoute}}"
current-route-titles="{{currentRouteTitles}}">
</settings-router>
- <paper-drawer-panel drawer-width="256px" id="panel" narrow="{{isNarrow_}}">
+ <paper-drawer-panel drawer-width="256px" id="panel" narrow="{{isNarrow_}}"
+ responsive-width="900px">
<paper-header-panel drawer>
<paper-toolbar class="toolbar">
<div class="heading flex">$i18n{settings}</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698