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

Unified Diff: chrome/browser/resources/md_bookmarks/sidebar.html

Issue 2733123003: [MD Bookmarks] Make folder nodes extend their whole width. (Closed)
Patch Set: 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/md_bookmarks/sidebar.html
diff --git a/chrome/browser/resources/md_bookmarks/sidebar.html b/chrome/browser/resources/md_bookmarks/sidebar.html
index a295557c591bb9bb05f41dd71a5642c7f8c576ee..a345eba4fac879128494039f9a97c334ebe98283 100644
--- a/chrome/browser/resources/md_bookmarks/sidebar.html
+++ b/chrome/browser/resources/md_bookmarks/sidebar.html
@@ -19,7 +19,7 @@
<div id="folder-tree">
<template is="dom-repeat" items="[[rootFolders]]">
- <bookmarks-folder-node item-id="[[item]]">
+ <bookmarks-folder-node item-id="[[item]]" depth="0">
</bookmarks-folder-node>
</template>
</div>

Powered by Google App Engine
This is Rietveld 408576698