FIX: Double Button Alignment Mobile (#9862)

This commit is contained in:
Jordan Vidrine 2020-05-22 13:33:29 -05:00 committed by GitHub
parent 37128d71c7
commit bf8085e436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ span.badge-posts {
.double-button {
display: flex;
flex: 0 1 auto;
align-items: center;
button {
&.like,
&.read-indicator,