[frio] Normalize display of plink/network icons between thread/search
This commit is contained in:
parent
59268c600c
commit
fbb068e415
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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 *}}
|
||||
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue