mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update compose modal, hide filters for videos
This commit is contained in:
parent
e5dcd768f7
commit
b0076159c4
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
</b-carousel-slide>
|
||||
</b-carousel>
|
||||
</div>
|
||||
<div v-if="ids.length > 0" class="bg-dark align-items-center">
|
||||
<div v-if="ids.length > 0 && media[carouselCursor].type == 'Image'" class="bg-dark align-items-center">
|
||||
<ul class="nav media-drawer-filters text-center">
|
||||
<li class="nav-item">
|
||||
<div class="p-1 pt-3">
|
||||
|
|
Loading…
Reference in a new issue