mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix linting
This commit is contained in:
parent
aea21b0989
commit
69ab2ec626
@ -75,8 +75,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</ds-grid-item>
|
</ds-grid-item>
|
||||||
<!-- Placeholder/Space Row -->
|
<!-- Placeholder/Space Row -->
|
||||||
<ds-grid-item :row-span="1" column-span="fullWidth">
|
<ds-grid-item :row-span="1" column-span="fullWidth" />
|
||||||
</ds-grid-item>
|
|
||||||
<!-- hashtag filter -->
|
<!-- hashtag filter -->
|
||||||
<ds-grid-item v-if="hashtag" :row-span="2" column-span="fullWidth">
|
<ds-grid-item v-if="hashtag" :row-span="2" column-span="fullWidth">
|
||||||
<hashtags-filter :hashtag="hashtag" @clearSearch="clearSearch" />
|
<hashtags-filter :hashtag="hashtag" @clearSearch="clearSearch" />
|
||||||
@ -400,7 +399,7 @@ export default {
|
|||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
.ds-grid{
|
.ds-grid {
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user