WIP erase chat history button

This commit is contained in:
ansuz
2017-07-20 17:04:11 +02:00
parent 128d5b2c6d
commit dd98e2222a
2 changed files with 12 additions and 5 deletions

View File

@@ -116,12 +116,17 @@ body {
display: flex;
justify-content: space-between;
align-items: center;
.avatar,
.right-col {
flex:1 1 auto; //; // 1 auto;
flex:1 1 auto;
}
.remove-history {
// TODO
height: 100%;
&:hover {
background-color: lighten(@bg-color, 20%);
}
}
}