Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/khata.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 92c3f66..9c399f4 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -21,7 +21,7 @@
if (x.matches) {
allMenu.classList.add("d-none");
allMenu.style.flexDirection = "column";
- dropDown.style.width = "calc(100% - 5px)";
+ dropDown.style.width = "calc(90vw - 5px)";
dropDown.style.maxHeight = "0px";
dropDown.style.position = "static";
} else {