readd searchbar

This commit is contained in:
Anthony Stirling
2024-05-18 13:43:00 +01:00
parent 389323c190
commit 56d4c02445
3 changed files with 27 additions and 25 deletions

View File

@@ -72,21 +72,6 @@
/* Adjust this to your desired shadow */
}
/* Set a fixed height and styling for each search result item */
.search-results a {
display: flex;
align-items: center;
gap: 10px;
/* space between icon and text */
height: 40px;
/* Adjust based on your design */
overflow: hidden;
/* Prevent content from overflowing */
white-space: nowrap;
/* Prevent text from wrapping to next line */
text-overflow: ellipsis;
/* Truncate text if it's too long */
}
.main-icon {
width: 36px;