From 60cf8885b00c8d4da5f2b8c093e627be2e52e3ef Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 23 Oct 2024 08:07:47 -0700 Subject: [PATCH] Merge pull request #21312 from overleaf/mf-gallery-search-author [web] Add author of the template in search result on gallery redesign GitOrigin-RevId: 6c5dfc039a31a22650f36bd264f0cb7133238ca2 --- .../bootstrap-5/components/gallery-search.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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;