added Chat-History to matches
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-03 14:55:22 +01:00
parent 2b4b0d082c
commit 7114ca2479
8 changed files with 239 additions and 41 deletions

View File

@@ -63,7 +63,7 @@
</template>
<script>
import {constructAvatarUrl, DisplayRank, FormatVacDate, GetHLTV_1, GoToPlayer} from "../utils";
import {constructAvatarUrl, DisplayRank, FormatVacDate, GetHLTV_1, GoToPlayer} from "@/utils";
import {useStore} from "vuex";
export default {
@@ -203,39 +203,6 @@ export default {
</script>
<style lang="scss" scoped>
.team-color-blue,
.team-color-orange,
.team-color-green,
.team-color-purple,
.team-color-yellow,
.team-color-grey {
outline: 3px solid;
}
.team-color-grey {
outline-color: var(--csgo-grey);
}
.team-color-orange {
outline-color: var(--csgo-orange);
}
.team-color-blue {
outline-color: var(--csgo-blue);
}
.team-color-yellow {
outline-color: var(--csgo-yellow);
}
.team-color-purple {
outline-color: var(--csgo-purple);
}
.team-color-green {
outline-color: var(--csgo-green);
}
.player__vac,
.vac-placeholder {
width: 20px;