]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Normalize display of plink/network icons between thread/search
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 28 Dec 2022 02:12:23 +0000 (21:12 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Wed, 28 Dec 2022 02:12:23 +0000 (21:12 -0500)
view/theme/frio/css/style.css
view/theme/frio/templates/wall_thread.tpl

index 3f62919e53580063987950b9ae7867c6ca51ccfb..be41e330f82c5ca386ee406057f8dd5bb1fc8581 100644 (file)
@@ -1740,6 +1740,10 @@ aside .panel-body {
        border-top: none;
        color: inherit;
 }
+.preferences .plink {
+       margin-left: 5px;
+}
+
 blockquote.shared_content {
        padding: 0px;
        margin-inline-start: 0px;
index 862b7cc1bbceb266234ff43f5422eb048fda540d..c371e8d3fc1a5c4d492f3edef06418b9ee4a9dae 100644 (file)
@@ -140,7 +140,6 @@ as the value of $top_child_total (this is done at the end of this file)
                                        <span class="wall-item-network" title="{{$item.app}}">{{$item.network_name}}</span>
                                {{/if}}
                                {{if $item.plink}}      {{*link to the original source of the item *}}
-                                       &nbsp;
                                        <a href="{{$item.plink.href}}" class="plink u-url" aria-label="{{$item.plink.title}}" title="{{$item.plink.title}}">
                                                <i class="fa fa-external-link"></i>
                                        </a>