Merge remote-tracking branch 'origin/main' into redesign

This commit is contained in:
Anthony Stirling
2024-05-18 13:53:34 +01:00
9 changed files with 1105 additions and 42 deletions

View File

@@ -11,23 +11,6 @@
/* Adjust this to your desired max height */
}
#searchForm {
width: 200px;
/* Adjust this value as needed */
}
/* Style the search results to match the navbar */
#searchResults {
max-height: 200px;
/* Adjust this value as needed */
overflow-y: auto;
width: 100%;
max-width: 300px;
/* Adjust to your preferred width */
transition: height 0.3s ease;
/* Smooth height transition */
}
#searchResults .dropdown-item {
display: flex;
align-items: center;