Make the buttons round.
This commit is contained in:
parent
fe065130fe
commit
aa4196ee69
|
@ -214,8 +214,10 @@ div.message-wrapper {
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
flex-grow: 1;
|
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
|
height: 40px;
|
||||||
|
width: 40px;
|
||||||
|
border-radius: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -307,6 +309,7 @@ span.sender-wrapper {
|
||||||
* Icons
|
* Icons
|
||||||
*/
|
*/
|
||||||
.feather-icon {
|
.feather-icon {
|
||||||
|
vertical-align: middle;
|
||||||
stroke: currentColor;
|
stroke: currentColor;
|
||||||
stroke-width: 2;
|
stroke-width: 2;
|
||||||
stroke-linecap: round;
|
stroke-linecap: round;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user