This commit is contained in:
Chaphasilor 2020-04-16 05:57:40 +02:00 committed by GitHub
parent d85339415b
commit 0f59dc141c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
public/css/chat.css vendored
View File

@ -468,12 +468,14 @@ button:hover {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
min-width: 0; min-width: 0;
width: 100%;
margin: 0; margin: 0;
/* line-height: 1.5rem; */ /* line-height: 1.5rem; */
} }
.multi-button button { .multi-button button {
position: relative; position: relative;
width: 100%;
border: none; border: none;
font-size: 2rem; font-size: 2rem;
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;