CSS for the removeHistory button in contacts

This commit is contained in:
yflory
2017-07-20 17:26:33 +02:00
parent 97f1bbedc5
commit 9633025afe
4 changed files with 29 additions and 22 deletions

View File

@@ -112,24 +112,6 @@ body {
}
}
.cp-contact-top-bar {
display: flex;
justify-content: space-between;
align-items: center;
.avatar,
.right-col {
flex:1 1 auto;
}
.remove-history {
height: 100%;
&:hover {
background-color: lighten(@bg-color, 20%);
}
}
}
#messaging {
flex: 1;
height: 100%;
@@ -140,7 +122,27 @@ body {
}
.header {
background-color: lighten(@bg-color, 15%);
padding: 10px;
padding: 0;
display: flex;
justify-content: space-between;
align-items: center;
height: 50px;
.avatar,
.right-col {
flex:1 1 auto;
}
.remove-history {
height: 100%;
line-height: 30px;
padding: 10px;
&:hover {
background-color: rgba(50,50,50,0.3);
}
}
.avatar {
margin: 10px;
}
}
.chat {
height: 100%;