mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #21286 from overleaf/mf-fix-layout-search-margin-top
[web] Remove margin-top on template gallery page without search GitOrigin-RevId: 91335298b15f403e268f8e506ff373345922188b
This commit is contained in:
parent
4a10779064
commit
b12236576b
1 changed files with 6 additions and 1 deletions
|
@ -23,11 +23,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-hits {
|
.search-hits {
|
||||||
margin-top: var(--spacing-16);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--spacing-08);
|
gap: var(--spacing-08);
|
||||||
|
|
||||||
|
.search-hits-loading,
|
||||||
|
.search-hits-empty,
|
||||||
|
.search-hit:first-of-type {
|
||||||
|
margin-top: var(--spacing-16);
|
||||||
|
}
|
||||||
|
|
||||||
.search-hit {
|
.search-hit {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: var(--spacing-08);
|
gap: var(--spacing-08);
|
||||||
|
|
Loading…
Reference in a new issue