From aa4196ee696b7da09182de0659dc333dc11254aa Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 25 Feb 2019 20:34:02 -0800 Subject: [PATCH] Make the buttons round. --- static/scss/style.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/scss/style.scss b/static/scss/style.scss index bd8cb40..f3529e9 100644 --- a/static/scss/style.scss +++ b/static/scss/style.scss @@ -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;