#34 addressed some bugs occurring in the steam in-game browser
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2021-11-27 10:12:56 +01:00
parent 44d6a97fb4
commit cf4ac1a3cd
5 changed files with 168 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="economy">
<h3>Economy</h3>
<h3 class="text-center mt-2">Economy</h3>
<div class="flexbreak"></div>
<div id="economy-graph"></div>
</div>
@@ -252,10 +252,11 @@ export default {
justify-content: center;
align-items: center;
margin: 1rem auto 3rem;
margin: 0 auto 3rem;
h3 {
margin-bottom: -1rem;
z-index: 2;
}
}