readd searchbar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user