feat: add search drop down

This commit is contained in:
tim
2025-08-23 00:53:32 +08:00
parent d2bd949ac8
commit e8e7b9a245
4 changed files with 32 additions and 14 deletions

View File

@@ -41,6 +41,12 @@ export default {
margin-top: 10px;
}
.timeline-item:hover {
background-color: var(--menu-selected-background-color);
transition: background-color 0.2s;
border-radius: 10px;
}
.timeline-icon {
position: sticky;
top: 0;