Merge pull request #12340 from nupplaphil/bug/friendica-12339

[frio] Fix preview function when creating posts
pull/12347/head
Hypolite Petovan 2022-12-05 20:49:03 -05:00 committed by GitHub
commit 9b8b1be3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 281 additions and 279 deletions

View File

@ -1,4 +1,5 @@
<div id="item-{{$item.guid}}" class="item-{{$item.id}} wall-item-container panel-body{{$item.indent}} {{$item.shiny}} {{$item.previewing}}">
<div id="item-{{$item.guid}}" class="item-{{$item.id}}">
<div class="wall-item-container panel-body{{$item.indent}} {{$item.shiny}} {{$item.previewing}}">
<div class="media">
{{* Put additional actions in a top-right dropdown menu *}}
@ -296,4 +297,5 @@
{{/if}}
</div>
</div><!--./media>-->
</div><!--./scrollable-->
</div><!-- ./panel-body -->