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

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

Issue 2745593004: [MD Bookmarks] Add draggable sidebar. (Closed)
Patch Set: address comments, add window resize handler 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/list.html
diff --git a/chrome/browser/resources/md_bookmarks/list.html b/chrome/browser/resources/md_bookmarks/list.html
index 335f6eeacd490cc15ce7a45a9a6deab0cec06c34..dcfc8ceb2fae17efcb9923eb2ff9897282006247 100644
--- a/chrome/browser/resources/md_bookmarks/list.html
+++ b/chrome/browser/resources/md_bookmarks/list.html
@@ -15,7 +15,8 @@
<template>
<style include="shared-style cr-shared-style">
:host {
- padding: 20px 32px;
+ overflow-y: auto;
+ padding: 20px 32px 20px 17px; /* Left is smaller due to splitter */
tsergeant 2017/03/15 00:07:52 you could do this with a calc if you wanted /shrug
calamity 2017/03/15 00:48:19 Done. /end-shrug
}
#bookmarksCard {
@@ -23,7 +24,6 @@
background-color: #fff;
margin: 0 auto;
max-width: var(--card-max-width);
- min-width: var(--card-min-width);
padding: 8px 0;
}

Powered by Google App Engine
This is Rietveld 408576698