From bbcbeba6ea277efc98266e617494b852e49ab8ad Mon Sep 17 00:00:00 2001 From: "Hamid R. K. Pisghadam" Date: Fri, 28 Feb 2025 23:04:13 +0330 Subject: [PATCH] Increase the width of search input in navbar --- templates/style/_navbar.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/style/_navbar.scss b/templates/style/_navbar.scss index 3e12a3ecf..6a3436af9 100644 --- a/templates/style/_navbar.scss +++ b/templates/style/_navbar.scss @@ -132,7 +132,6 @@ div.nav-container { box-shadow: none; background-color: var(--color-background); height: 100%; - width: 50%; } }