From 5763e38f0a5a9ec68f61ad6a34c693bcc3c6bee7 Mon Sep 17 00:00:00 2001 From: dsc Date: Mon, 14 Mar 2022 19:38:35 +0200 Subject: [PATCH] Some improvements to the navbar --- yellow/templates/base.html | 3 +++ yellow/templates/includes/nav.html | 24 +++++++++++++----------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/yellow/templates/base.html b/yellow/templates/base.html index 0dc7ee1..4babf5c 100644 --- a/yellow/templates/base.html +++ b/yellow/templates/base.html @@ -43,6 +43,9 @@ #dropdown:hover #dropdowncontent { display: block; } + #dropdowncontent a { + display: block; + } #main{ width: 100%; height: 80vh; diff --git a/yellow/templates/includes/nav.html b/yellow/templates/includes/nav.html index 2f7670c..011303f 100644 --- a/yellow/templates/includes/nav.html +++ b/yellow/templates/includes/nav.html @@ -3,18 +3,20 @@