Put the add friend button in the userlist below the name

pull/1/head
yflory 7 years ago
parent 6920129126
commit e553351b79

@ -75,6 +75,7 @@
margin: 10px 0; margin: 10px 0;
margin-bottom: 20px; margin-bottom: 20px;
&>span { &>span {
height: 48px;
padding: 5px; padding: 5px;
margin: 2px 0; margin: 2px 0;
background: rgba(0,0,0,0.1); background: rgba(0,0,0,0.1);
@ -82,6 +83,30 @@
.cp-avatar-default, media-tag { .cp-avatar-default, media-tag {
margin-right: 5px; margin-right: 5px;
} }
&.cp-userlist-clickable {
cursor: pointer;
&:hover {
background-color: rgba(0,0,0,0.3);
}
}
.cp-toolbar-userlist-rightcol {
order: 10;
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: flex;
flex-flow: column;
.cp-toolbar-userlist-name {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cp-toolbar-userlist-friend {
padding: 0;
}
}
} }
} }
.cp-toolbar-userlist-friend { .cp-toolbar-userlist-friend {
@ -619,30 +644,6 @@
} }
&.cp-avatar { &.cp-avatar {
.avatar_main(48px); .avatar_main(48px);
&.cp-userlist-clickable {
cursor: pointer;
&:hover {
background-color: rgba(0,0,0,0.3);
}
}
.cp-toolbar-userlist-rightcol {
order: 10;
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: flex;
flex-flow: column;
.cp-toolbar-userlist-name {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cp-toolbar-userlist-friend {
padding: 0;
}
}
media-tag { media-tag {
margin: 8px; margin: 8px;
} }

Loading…
Cancel
Save