This commit is contained in:
nicfreeman1209 2021-05-04 23:18:25 +01:00
parent 4067f45ee2
commit 00e1446e64
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@
<template <template
v-if=" v-if="
tab === 'players' && !session.isSpectator && !session.nomination tab === 'players' && !session.isSpectator
" "
> >
<!-- Users --> <!-- Users -->

View File

@ -602,7 +602,7 @@ li.move:not(.from) .player .overlay svg.move {
} }
/****** Vote icon ********/ /****** Vote icon ********/
.player .has-vote .on-block { .player .has-vote, .player .on-block {
color: #fff; color: #fff;
filter: drop-shadow(0 0 3px black); filter: drop-shadow(0 0 3px black);
transition: opacity 250ms; transition: opacity 250ms;