Always show challenge accept/decline buttons in blind mode

prod-patch
Benedikt Werner 2021-10-30 01:18:24 +02:00 committed by Thibault Duplessis
parent b5d2d660da
commit 61d5b70bd4
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;
}