Fix search cards height
This commit is contained in:
parent
7bc0fd2227
commit
04756490b9
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
import Fuse from 'fuse.js'
|
import Fuse from 'fuse.js'
|
||||||
import Mark from 'mark.js'
|
import Mark from 'mark.js'
|
||||||
import * as params from '@params'
|
|
||||||
|
|
||||||
window.addEventListener('DOMContentLoaded', () => {
|
window.addEventListener('DOMContentLoaded', () => {
|
||||||
const summaryInclude = 60
|
const summaryInclude = 60
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<section class="content-section" id="content-section">
|
<section class="content-section" id="content-section">
|
||||||
<div class="content container-fluid" id="content">
|
<div class="content container-fluid" id="content">
|
||||||
<div class="container-fluid post-card-holder" id="post-card-holder">
|
<div class="container-fluid post-card-holder" id="post-card-holder">
|
||||||
<div id="search-results">
|
<div id="search-results" style="display: flex;">
|
||||||
|
|
||||||
<script id="search-result-template" type="text/x-js-template">
|
<script id="search-result-template" type="text/x-js-template">
|
||||||
<div class="post-card">
|
<div class="post-card">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue