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

View File

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