mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-14 08:58:05 +00:00
in following list also
This commit is contained in:
parent
27a018a23e
commit
c5e8c650f4
@ -2346,7 +2346,7 @@ ol.toptrends-list {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: initial;
|
text-align: initial;
|
||||||
width: 320px;
|
width: 320px;
|
||||||
height: 120px;
|
height: 130px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border: solid 1px rgba(69, 71, 77, .1);
|
border: solid 1px rgba(69, 71, 77, .1);
|
||||||
@ -2389,6 +2389,12 @@ ol.toptrends-list {
|
|||||||
right: 32px;
|
right: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.following-own-modal .following-list .last-activity {
|
||||||
|
position: absolute;
|
||||||
|
top: 110px;
|
||||||
|
right: 32px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
/*************************************
|
/*************************************
|
||||||
*********** AUTOCOMPLETING ***********
|
*********** AUTOCOMPLETING ***********
|
||||||
**************************************/
|
**************************************/
|
||||||
|
@ -780,6 +780,12 @@
|
|||||||
<div>
|
<div>
|
||||||
<span class="swarm-status" style="display: none;"></span>
|
<span class="swarm-status" style="display: none;"></span>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<span class="last-activity">
|
||||||
|
<span class="label">Last activity</span>
|
||||||
|
<span class="user-status-time" data-time="0" data-screen-name="" data-id=""></span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</div>
|
</div>
|
||||||
|
@ -711,6 +711,7 @@ function addPeerToFollowingList(list, peerAlias) {
|
|||||||
.on('mouseup', {route: $.MAL.mentionsUrl(peerAlias)}, routeOnClick);
|
.on('mouseup', {route: $.MAL.mentionsUrl(peerAlias)}, routeOnClick);
|
||||||
getAvatar(peerAlias, item.find('.mini-profile-photo'));
|
getAvatar(peerAlias, item.find('.mini-profile-photo'));
|
||||||
getFullname(peerAlias, item.find('.mini-profile-name'));
|
getFullname(peerAlias, item.find('.mini-profile-name'));
|
||||||
|
getStatusTime(peerAlias, item.find('.user-status-time'));
|
||||||
|
|
||||||
if (peerAlias === defaultScreenName)
|
if (peerAlias === defaultScreenName)
|
||||||
item.find('.following-config').hide();
|
item.find('.following-config').hide();
|
||||||
|
Loading…
Reference in New Issue
Block a user