mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-26 15:57:47 +00:00
lint fix
This commit is contained in:
parent
fcaf1b3d69
commit
3ba6dce95a
@ -2,7 +2,11 @@
|
|||||||
<div>
|
<div>
|
||||||
<!-- feed top row: filter (left) + create post (right) -->
|
<!-- feed top row: filter (left) + create post (right) -->
|
||||||
<div class="feed-top-row">
|
<div class="feed-top-row">
|
||||||
<div v-if="SHOW_CONTENT_FILTER_MASONRY_GRID" class="filterButtonMenu" :class="{ 'hide-filter': hideByScroll }">
|
<div
|
||||||
|
v-if="SHOW_CONTENT_FILTER_MASONRY_GRID"
|
||||||
|
class="filterButtonMenu"
|
||||||
|
:class="{ 'hide-filter': hideByScroll }"
|
||||||
|
>
|
||||||
<os-button
|
<os-button
|
||||||
class="my-filter-button"
|
class="my-filter-button"
|
||||||
v-if="
|
v-if="
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user