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

Unified Diff: chrome/browser/resources/md_bookmarks/shared_vars.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/shared_vars.html
diff --git a/chrome/browser/resources/md_bookmarks/shared_vars.html b/chrome/browser/resources/md_bookmarks/shared_vars.html
index efae3f43cf68a46224966bc53cc523633046a4db..b0c97799c493f410bbfc6479bf5fb4b6fb7df74a 100644
--- a/chrome/browser/resources/md_bookmarks/shared_vars.html
+++ b/chrome/browser/resources/md_bookmarks/shared_vars.html
@@ -4,12 +4,13 @@
--card-min-width: 550px;
--folder-active-color: #4285f4;
--folder-inactive-color: #5a5a5a;
+ --min-sidebar-width: 256px;
--paper-input-container-focus-color: var(--google-blue-500);
--paper-input-container-input: {
font-size: 13px;
};
--primary-text-color: #333;
--secondary-text-color: #757575;
- --sidebar-width: 256px;
+ --splitter-width: 15px;
};
</style>

Powered by Google App Engine
This is Rietveld 408576698