Skip to content

Commit

Permalink
Leaderboard alignment fine tuning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrdesign committed Apr 10, 2018
1 parent 4c71f12 commit 1dde43b
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 199 deletions.
12 changes: 12 additions & 0 deletions node_modules/uikit/src/scss/raidar/5-mixins.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 43 additions & 10 deletions node_modules/uikit/src/scss/raidar/6-styles.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion raidar/static/raidar/css/raidar.css

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions raidar/templates/raidar/global_stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ <h6 class="uk-font-family-secondary uk-hidden@s uk-margin-top">Encounter Filter<
<div class="uk-button-group ">
{# <button class="uk-button">All (45)</button> #}
[[#each data.boss_locations]]
<div class="uk-inline">
{# TODO active check is bad ATM #}
{# [[#with {active: page.area == all || page.area in data.areas && (data.areas[page.area].kind == 1 || data.areas[page.area].kind == 2)}]] #}
[[#with {active: page.stats_page == all || page.stats_page in bosses}]]
<button class="uk-button" class-uk-button-primary="active">[[#if active]][[data.areas[page.stats_page] ? data.areas[page.stats_page].name : page.stats_page]] &mdash;&nbsp;[[/if]][[name]] <i class="material-icons">expand_more</i></button>
<button class="uk-button uk-inline" class-uk-button-primary="active">[[#if active]][[data.areas[page.stats_page] ? data.areas[page.stats_page].name : page.stats_page]] &mdash;&nbsp;[[/if]][[name]] <i class="material-icons">expand_more</i></button>
[[/with]]
<div uk-dropdown="mode: click; boundary: .boundary; boundary-align: true; pos: bottom-justify;">
<div class="uk-width-1 uk-grid">
Expand All @@ -62,7 +61,6 @@ <h6 class="uk-font-family-secondary uk-hidden@s uk-margin-top">Encounter Filter<
[[/each]]
</div>
</div>
</div>
[[/each]]
</div>
</div>
Expand Down
Loading

0 comments on commit 1dde43b

Please sign in to comment.