diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/gallery-search.scss b/services/web/frontend/stylesheets/bootstrap-5/components/gallery-search.scss index bbe3d40118..5daeb7e7e5 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/gallery-search.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/gallery-search.scss @@ -72,6 +72,14 @@ max-width: $templates-search-max-width; } + .search-author { + display: block; + + & + .search-hit-tags { + margin-top: var(--spacing-06); + } + } + .gallery-official { margin-left: var(--spacing-06); vertical-align: text-top;