[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;
|
border-top: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
.preferences .plink {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote.shared_content {
|
blockquote.shared_content {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-inline-start: 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>
|
<span class="wall-item-network" title="{{$item.app}}">{{$item.network_name}}</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{if $item.plink}} {{*link to the original source of the item *}}
|
{{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}}">
|
<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>
|
<i class="fa fa-external-link"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue