From a11178310c0d9d6469449c2e433c61ed32380c19 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sun, 9 Jul 2023 11:42:54 +0530 Subject: [PATCH] navbar: Minor adjustments. Use semi-transparent background color and few margin adjustments. --- web/styles/portico/navbar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/styles/portico/navbar.css b/web/styles/portico/navbar.css index 830f87a707..8655aa4187 100644 --- a/web/styles/portico/navbar.css +++ b/web/styles/portico/navbar.css @@ -42,7 +42,7 @@ details summary::-webkit-details-marker { } .top-menu-items-group-1 { - margin-right: 32px; + margin-right: 16px; } .top-menu-item, @@ -182,7 +182,7 @@ details summary::-webkit-details-marker { } .top-menu-submenu-backdrop { - background: hsl(240deg 100% 10%); + background: hsl(240deg 100% 10% / 60%); opacity: 0; height: 0; width: 100%; @@ -607,7 +607,7 @@ details summary::-webkit-details-marker { } } -@media (width <= 940px) { +@media (width <= 980px) { .top-menu { display: none; }