update search

This commit is contained in:
2020-11-22 17:58:26 +02:00
parent 777ce2ee4f
commit 16ee63af6e
3 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div
class="flex px-0 sm:px-4 pb-8 mb-8"
class="flex search-post px-0 sm:px-4 pb-8 mb-8"
v-bind:class="{ 'no-border': !border }"
>
<g-link :to="record.path" class="post-card-image-link">
@@ -100,6 +100,13 @@ export default {
.flex-post {
flex-direction: row;
}
.search-post{
border-bottom-width: 1px;
border-bottom-color: #e2e8f0;
width: 100%;
}
.post-card-image {