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

Unified Diff: chrome/browser/resources/md_bookmarks/shared_vars.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
« no previous file with comments | « chrome/browser/resources/md_bookmarks/list.html ('k') | chrome/browser/resources/md_bookmarks/sidebar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3444c16bf4fd697bb4a58e8c5b6631d0c39dd953 100644
--- a/chrome/browser/resources/md_bookmarks/shared_vars.html
+++ b/chrome/browser/resources/md_bookmarks/shared_vars.html
@@ -1,15 +1,15 @@
<style is="custom-style">
:root {
--card-max-width: 960px;
- --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>
« no previous file with comments | « chrome/browser/resources/md_bookmarks/list.html ('k') | chrome/browser/resources/md_bookmarks/sidebar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698