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
This commit is contained in:
M Fahru 2024-10-23 08:07:47 -07:00 committed by Copybot
parent 9a142dd5ec
commit 60cf8885b0

View file

@ -72,6 +72,14 @@
max-width: $templates-search-max-width; max-width: $templates-search-max-width;
} }
.search-author {
display: block;
& + .search-hit-tags {
margin-top: var(--spacing-06);
}
}
.gallery-official { .gallery-official {
margin-left: var(--spacing-06); margin-left: var(--spacing-06);
vertical-align: text-top; vertical-align: text-top;