1
0
Fork 0

properly size button elements

This commit is contained in:
trwnh 2019-03-21 23:58:02 -05:00 committed by GitHub
parent 8655af2510
commit a0db1a617d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -280,7 +280,6 @@ body, button, input, textarea {
background-position: 50%;
}
.status-photo img {
object-fit: contain;
width: 100%;
@ -316,6 +315,10 @@ body, button, input, textarea {
text-align: center;
border-radius: 0 3px 3px 0;
}
.reactions button {
font-size: 1.575rem
}
}
.touch .card {