]> git.mxchange.org Git - friendica.git/commitdiff
set font-size of reply-to and shared-by to class time
authorJakobus Schürz <jakobus.schuerz@home.arpa>
Mon, 9 Oct 2023 07:23:10 +0000 (09:23 +0200)
committerJakobus Schürz <jakobus.schuerz@home.arpa>
Mon, 9 Oct 2023 07:23:10 +0000 (09:23 +0200)
view/theme/frio/templates/wall_thread.tpl

index 2deefeadcbcfc4d1a3adb41dfb3cd77e6f3b5a85..1eb459d9b6fb5986fdef804de219f4d7ced98c5a 100644 (file)
@@ -60,13 +60,13 @@ as the value of $top_child_total (this is done at the end of this file)
 {{/if}}
        <div class="media {{$item.shiny}}">
        {{if $item.parentguid}}
-               <span class="visible-sm-inline visible-xs wall-item-responses">
+               <span class="visible-sm-inline visible-xs wall-item-responses time">
                        <i class="fa fa-reply" aria-hidden="true"></i> <a id="btn-{{$item.id}}" class="" href="javascript:;" onclick="scrollToItem('item-' + '{{$item.parentguid}}');">{{$item.isreplyto}}</a>
                        {{if $item.reshared}}<i class="hidden-xs">&#x2022;</i>{{/if}}
                </span>
        {{/if}}
        {{if $item.reshared}}
-               <span class="wall-item-announce wall-item-responses" id="wall-item-announce-{{$item.id}}"><i class="fa fa-retweet" aria-hidden="true"></i> {{$item.reshared nofilter}}</span>
+               <span class="wall-item-announce wall-item-responses time" id="wall-item-announce-{{$item.id}}"><i class="fa fa-retweet" aria-hidden="true"></i> {{$item.reshared nofilter}}</span>
        {{/if}}
                <p>
                {{* The avatar picture and the photo-menu *}}