mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-01 12:44:37 +00:00
lint fix
This commit is contained in:
parent
fcaf1b3d69
commit
3ba6dce95a
@ -2,7 +2,11 @@
|
||||
<div>
|
||||
<!-- feed top row: filter (left) + create post (right) -->
|
||||
<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
|
||||
class="my-filter-button"
|
||||
v-if="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user