From 0f59dc141ceed9e2e0c3e2827e68f3f865e846df Mon Sep 17 00:00:00 2001 From: Chaphasilor Date: Thu, 16 Apr 2020 05:57:40 +0200 Subject: [PATCH] fixed #20 (#21) --- public/css/chat.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/chat.css b/public/css/chat.css index 7a4e5f8..29bb922 100644 --- a/public/css/chat.css +++ b/public/css/chat.css @@ -468,12 +468,14 @@ button:hover { flex-direction: column; align-items: center; min-width: 0; + width: 100%; margin: 0; /* line-height: 1.5rem; */ } .multi-button button { position: relative; + width: 100%; border: none; font-size: 2rem; transition: all 0.3s ease-in-out;