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

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

Issue 2745593004: [MD Bookmarks] Add draggable sidebar. (Closed)
Patch Set: rebase 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 09d90931fa4d953e1282d73a39f80a8e412ab9cc..d36a1f4941b5eb1a329b7d980c617d9bb2f565f3 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 calc(32px - var(--splitter-width));
}
#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;
}
« no previous file with comments | « chrome/browser/resources/md_bookmarks/folder_node.js ('k') | chrome/browser/resources/md_bookmarks/shared_vars.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698