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

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

Issue 2745593004: [MD Bookmarks] Add draggable sidebar. (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 a345eba4fac879128494039f9a97c334ebe98283..f297707f31a3cc51002d44ef2c5bf9984e024acf 100644
--- a/chrome/browser/resources/md_bookmarks/sidebar.html
+++ b/chrome/browser/resources/md_bookmarks/sidebar.html
@@ -9,11 +9,12 @@
<style>
:host {
display: block;
+ overflow: auto;
padding-top: 8px;
}
#folder-tree {
- -webkit-padding-start: 24px;
+ -webkit-padding-start: 3px;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698