Started updating the side nav

This commit is contained in:
mauro-balades
2024-03-29 20:13:12 +01:00
parent b73e15a172
commit 559d911cb0
6 changed files with 24 additions and 7 deletions

View File

@@ -1 +0,0 @@
run

View File

@@ -1,4 +0,0 @@
{
"/home/mauro/work/core/configs/branding/beta/logo.png": "f889a9d9305437d9749800d4a45dd51882fb4772",
"/home/mauro/work/core/configs/branding/beta/MacOSInstaller.svg": "9f1ed2248fbf7b3918957f4580dc49205aedaefd"
}

View File

@@ -1 +0,0 @@
17

View 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);
+}

View File

@@ -16,7 +16,7 @@ hbox#browser {
}
#appcontent {
border-radius: 7px;
border-radius: var(--zen-panel-radius);
overflow: hidden;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
margin: 10px;

View File

@@ -7,6 +7,8 @@
--arrowpanel-border-color: var(--zen-dialog-border-color) !important;
--arrowpanel-border-radius: 4px !important;
--zen-panel-radius: 10px;
&:-moz-lwtheme {
color: var(--lwt-text-color);
--link-color: light-dark(rgb(0, 97, 224), rgb(0, 221, 255));