Skip to content

Commit

Permalink
Making the xp bar bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
cookkkie committed Mar 18, 2016
1 parent ee71cd9 commit dc35b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/templates/levels.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ <h3><strong>#{{loop.index}}</strong></h3>
<img src="{{url_for('static', filename='img/no_logo.png')}}" style="width:100%" class="img-circle">
{%endif%}
</div>
<div class="col-md-5 col-sm-5 col-xs-6">
<div class="col-md-4 col-sm-4 col-xs-5">
<h3>{{player['name']}} <small>#{{player['discriminator']}}</small></h3>
</div>
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="col-md-4 col-sm-4 col-xs-4">
<center><h5>{{player['xp']}} / {{player['lvl_xp']}} <strong>XP</strong> [{{player['total_xp']}} total]</h5></center>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-info" style="width: {{player['xp_percent']}}%"></div>
Expand Down

0 comments on commit dc35b15

Please sign in to comment.