mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
refactor: comment out '2XKO' game option and related character data in fighting-characters module
This commit is contained in:
@@ -31,7 +31,7 @@ const gameInput = ref('');
|
||||
const allFightingGameOptions = [
|
||||
'Street Fighter 6',
|
||||
'TEKKEN 8',
|
||||
'2XKO',
|
||||
// '2XKO',
|
||||
].map((game) => ({
|
||||
label: game,
|
||||
value: game,
|
||||
@@ -1075,20 +1075,16 @@ watch(
|
||||
.scoreboard-preview__image-wrap {
|
||||
width: min(100%, 320px);
|
||||
aspect-ratio: 4 / 4;
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
border: 1px solid rgba(255, 255, 255, 0.14);
|
||||
background: #2f3a4f;
|
||||
background: #1D1D1D;
|
||||
}
|
||||
|
||||
.scoreboard-preview__image {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
transform: scale(2);
|
||||
transform-origin: center;
|
||||
}
|
||||
|
||||
.scoreboard-preview__empty {
|
||||
|
||||
Reference in New Issue
Block a user