Add RTL support for post titles and photo captions

This commit is contained in:
Hypolite Petovan 2021-05-19 18:05:56 -04:00
commit 6d0f6d94cb
13 changed files with 23 additions and 25 deletions

View file

@ -30,9 +30,8 @@
</div>
</div>
<div class="wall-item-bottom">
<div class="">
<!-- {{if $plink}}<a title="{{$plink.title}}" href="{{$plink.href}}"><i class="icon-link icon-large"></i></a>{{/if}} -->
{{if $conv}}<a href='{{$conv.href}}' id='context-{{$id}}' title='{{$conv.title}}'><i class="icon-link icon-large"></i></a>{{/if}}
<div dir="auto">
{{if $conv}}<a href="{{$conv.href}}" id="context-{{$id}}" title="{{$conv.title}}"><i class="icon-link icon-large"></i></a>{{/if}}
</div>
<div class="wall-item-actions">