Add image of character in the comparator list
Changed the colors of the network graph to match the color of the differents houses (the color will probably be in the database in the future). Reactivate the panel swipe (there are still some problems but it's better to keep the swipe for the user). Added various comments and fixed the missing logo in the about page when using the phone app.
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
<div class="page-content">
|
||||
<div class="block block-strong text-center">
|
||||
<section>
|
||||
<img class="logo" src="/img/logo.png">
|
||||
<img class="logo" src="img/logo.png">
|
||||
<h1 class="about">Fire Emblem Charts</h1>
|
||||
</section>
|
||||
<section>
|
||||
|
@ -18,8 +18,8 @@
|
||||
</figure>
|
||||
<div class="block">
|
||||
<p class="segmented segmented-raised segmented-round">
|
||||
<button id="btn-graph-spider-web" class="button button-round button-active">Spider web</button>
|
||||
<button id="btn-graph-column-chart" class="button button-round">Column chart</button>
|
||||
<button id="btn-graph-spider-web" class="button button-round">Spider web</button>
|
||||
<button id="btn-graph-column-chart" class="button button-round button-active">Column chart</button>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user