add history removal
This commit is contained in:
@@ -66,7 +66,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
#friendList .friend, #messaging .header {
|
||||
#friendList .friend, #messaging .avatar {
|
||||
.avatar(30px);
|
||||
&.avatar {
|
||||
display: flex;
|
||||
@@ -112,6 +112,19 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.cp-contact-top-bar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
.avatar,
|
||||
.right-col {
|
||||
flex:1 1 auto; //; // 1 auto;
|
||||
}
|
||||
.remove-history {
|
||||
// TODO
|
||||
}
|
||||
}
|
||||
|
||||
#messaging {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user