added Chat-History to matches
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user