mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-16 05:14:08 +00:00
fix search input
This commit is contained in:
parent
26e8fc6fd4
commit
2ea21ad89e
@ -23,6 +23,9 @@
|
|||||||
#book-search-hits {
|
#book-search-hits {
|
||||||
max-height: calc(100vh - 400px) !important; // 130px -> uitopbar + titles + search input
|
max-height: calc(100vh - 400px) !important; // 130px -> uitopbar + titles + search input
|
||||||
}
|
}
|
||||||
|
#book-search-input img {
|
||||||
|
left: 16px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.section-cards-container {
|
.section-cards-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user