style(next): tweak the paths displayed in the search section

This commit is contained in:
Adorian Doran 2024-12-11 22:30:04 +02:00
parent 0a02c2538c
commit 5126cd4a6c

View File

@ -1220,4 +1220,15 @@ body .calendar-dropdown-widget .calendar-body a:hover {
font-family: boxicons;
opacity: .75;
transform: translateY(4%);
}
/* Search */
.search-result-widget-content .note-path .path-bracket {
display: inline;
}
.search-result-widget-content .note-path {
opacity: .75;
font-weight: normal;
}