add history removal

This commit is contained in:
ansuz
2017-07-20 15:55:04 +02:00
parent e26e041a5b
commit b22127f10c
4 changed files with 35 additions and 12 deletions

View File

@@ -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%;