Merge pull request #12547 from MrPetovan/bug/12545-plink-zindex
[frio] Restore access to plink icon in thread view
This commit is contained in:
commit
60551e6277
|
@ -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,14 +140,13 @@ 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>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{if $item.thread_level==1}}
|
{{if $item.thread_level==1}}
|
||||||
<div class="contact-info hidden-sm hidden-xs media-body"><!-- <= For computer -->
|
<div class="hidden-sm hidden-xs media-body"><!-- <= For computer -->
|
||||||
<h4 class="media-heading">
|
<h4 class="media-heading">
|
||||||
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link userinfo hover-card">
|
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link userinfo hover-card">
|
||||||
<span class="wall-item-name {{$item.sparkle}}">{{$item.name}}</span>
|
<span class="wall-item-name {{$item.sparkle}}">{{$item.name}}</span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user