style(next)/search: change the alignment of the search-related buttons

This commit is contained in:
Adorian Doran 2025-03-12 03:12:22 +02:00
parent dd62979d65
commit 027577c709

View File

@ -1731,6 +1731,13 @@ div.bookmark-folder-widget .note-link .bx {
* Search * Search
*/ */
/* Button bar */
.search-setting-table tbody:last-child div {
justify-content: flex-end !important;
gap: 8px;
}
.search-result-widget-content .note-path .path-bracket { .search-result-widget-content .note-path .path-bracket {
display: inline; display: inline;
} }