mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-05 03:24:17 +00:00
add latest activity CSS for calm
and nin
This commit is contained in:
parent
8662401d0d
commit
c282d9fa69
@ -1072,16 +1072,19 @@ textarea.splited-post {
|
|||||||
opacity: .8;
|
opacity: .8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.followers
|
.followers,
|
||||||
{
|
.latest-activity {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: rgba( 0, 0, 0, .6 );
|
color: rgba( 0, 0, 0, .6 );
|
||||||
|
margin-left: 58px;
|
||||||
}
|
}
|
||||||
.followed-by
|
|
||||||
{
|
.followed-by,
|
||||||
|
.latest-activity .time {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.twister-user-name,
|
.twister-user-name,
|
||||||
.twister-by-user-name
|
.twister-by-user-name
|
||||||
{
|
{
|
||||||
@ -2767,7 +2770,7 @@ textarea.splited-post {
|
|||||||
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);
|
||||||
@ -2813,6 +2816,13 @@ textarea.splited-post {
|
|||||||
right: 32px;
|
right: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.following-own-modal .following-list .latest-activity {
|
||||||
|
position: absolute;
|
||||||
|
top: 110px;
|
||||||
|
right: 32px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.gifCheckBox {
|
.gifCheckBox {
|
||||||
float: right;
|
float: right;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -2209,7 +2209,8 @@ textarea.splited-post {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* line 447, ../sass/style.sass */
|
/* line 447, ../sass/style.sass */
|
||||||
.followers {
|
.followers,
|
||||||
|
.latest-activity {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #66686B;
|
color: #66686B;
|
||||||
}
|
}
|
||||||
@ -2219,13 +2220,22 @@ textarea.splited-post {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* line 453, ../sass/style.sass */
|
/* line 453, ../sass/style.sass */
|
||||||
.followed-by {
|
.followed-by,
|
||||||
|
.latest-activity {
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.who-to-follow .latest-activity {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.who-to-follow .latest-activity .label {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* line 459, ../sass/style.sass */
|
/* line 459, ../sass/style.sass */
|
||||||
.twister-user-name, .twister-by-user-name {
|
.twister-user-name, .twister-by-user-name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -3356,7 +3366,7 @@ ol.toptrends-list a:hover {
|
|||||||
.following-own-modal .following-list > li {
|
.following-own-modal .following-list > li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 320px;
|
width: 320px;
|
||||||
height: 160px;
|
height: 184px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border: solid 1px rgba(69, 71, 77, .1);
|
border: solid 1px rgba(69, 71, 77, .1);
|
||||||
@ -3456,6 +3466,10 @@ ol.toptrends-list a:hover {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.following-own-modal .following-list .latest-activity {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
/********** AUTOCOMPLETING *********/
|
/********** AUTOCOMPLETING *********/
|
||||||
|
|
||||||
/* line 1087, ../sass/style.sass */
|
/* line 1087, ../sass/style.sass */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user