Always show challenge accept/decline buttons in blind mode

pull/10055/head
Benedikt Werner 2021-10-30 01:18:24 +02:00
parent 0dc22f1b2f
commit e9ca865469
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
display: none;
}
&:hover .buttons {
&:hover .buttons, .blind-mode & .buttons {
@extend %flex-between-nowrap;
}