добавил в веб-интерфейс отображение рядом с номером игра фото, если фотографии у игрока нет
This commit is contained in:
@@ -2488,4 +2488,30 @@ body:not(.edit-mode-on) .referee-search {
|
||||
|
||||
.btn-danger:hover {
|
||||
background: #e14b5b;
|
||||
}
|
||||
}
|
||||
.num-with-photo-status {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 5px;
|
||||
min-width: 44px;
|
||||
}
|
||||
|
||||
.no-photo-icon {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
opacity: 0.65;
|
||||
filter: grayscale(1);
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.player-number-value {
|
||||
display: inline-block;
|
||||
min-width: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user