UX: Fixed solved alignment with buttons due to core changes (#120)

This commit is contained in:
Kris 2021-02-16 18:36:07 -05:00 committed by GitHub
parent 8116c7974c
commit 5c5b63e822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -10,11 +10,6 @@ $solved-color: green;
}
}
.post-controls span:not(.d-button-label) {
display: inline-flex;
align-items: baseline;
}
.fa.accepted {
color: $solved-color;
}