mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-19 07:01:10 +00:00
Started updating the side nav
This commit is contained in:
21
src/browser/themes/shared/sidebar-css.patch
Normal file
21
src/browser/themes/shared/sidebar-css.patch
Normal file
@@ -0,0 +1,21 @@
|
||||
diff --git a/browser/themes/shared/sidebar.css b/browser/themes/shared/sidebar.css
|
||||
index a9b3886e1ff4a36c5bd161985719f66a41d95458..15faf43cfff399609d93df9be8e957aee5bbf13c 100644
|
||||
--- a/browser/themes/shared/sidebar.css
|
||||
+++ b/browser/themes/shared/sidebar.css
|
||||
@@ -137,3 +137,16 @@ menuseparator + #sidebar-extensions-separator {
|
||||
fill: currentColor;
|
||||
opacity: 0.8;
|
||||
}
|
||||
+
|
||||
+/**
|
||||
+ * Zen Overrides
|
||||
+ */
|
||||
+
|
||||
+:root {
|
||||
+ --sidebar-background-color: var(--newtab-background-color);
|
||||
+}
|
||||
+
|
||||
+#sidebar-box {
|
||||
+ margin-left: 10px;
|
||||
+ border-radius: var(--zen-panel-radius);
|
||||
+}
|
||||
Reference in New Issue
Block a user