Make the buttons round.

This commit is contained in:
Danila Fedorin 2019-02-25 20:34:02 -08:00
parent fe065130fe
commit aa4196ee69
1 changed files with 4 additions and 1 deletions

View File

@ -214,8 +214,10 @@ div.message-wrapper {
}
button {
flex-grow: 1;
margin: 3px;
height: 40px;
width: 40px;
border-radius: 50px;
}
}
@ -307,6 +309,7 @@ span.sender-wrapper {
* Icons
*/
.feather-icon {
vertical-align: middle;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;