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

pull/1398/head
Adorian Doran 2025-03-12 03:12:22 +07:00
parent dd62979d65
commit 027577c709
1 changed files with 7 additions and 0 deletions

@ -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;
} }