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

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

Issue 2850673003: MD Bookmarks: Fix sidebar min/max width and Add dialog text (Closed)
Patch Set: Fix add dialog as well Created 3 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 | chrome/browser/resources/md_bookmarks/toolbar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_bookmarks/app.html
diff --git a/chrome/browser/resources/md_bookmarks/app.html b/chrome/browser/resources/md_bookmarks/app.html
index 4813303c7be820da79f80064224ff9338325b644..4e39697cbae7022f9a4c6c12d0f18f2fa315c730 100644
--- a/chrome/browser/resources/md_bookmarks/app.html
+++ b/chrome/browser/resources/md_bookmarks/app.html
@@ -36,19 +36,16 @@
cursor: w-resize;
}
- bookmarks-sidebar {
- max-width: 40%;
- min-width: var(--min-sidebar-width);
- width: var(--min-sidebar-width);
- }
-
#sidebar {
-webkit-padding-start: 3px;
display: block;
+ max-width: 40%;
+ min-width: var(--min-sidebar-width);
overflow-x: hidden;
overflow-y: auto;
padding-top: 8px;
user-select: none;
+ width: var(--min-sidebar-width);
}
bookmarks-list {
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698