summaryrefslogtreecommitdiff
path: root/src/match_up/templates
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-11-15 16:59:46 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2024-11-15 16:59:46 +0100
commit0427e575e9cd32f3a38791fe26f2fd920a3f3f3f (patch)
tree2a2d58f1e07a3f7deae5889543158074e8344d6c /src/match_up/templates
parent3956b70524a07ea15cbe8913e4722340a60be765 (diff)
Made the navbar a bit cleaner
Diffstat (limited to 'src/match_up/templates')
-rw-r--r--src/match_up/templates/macros.j25
1 files changed, 1 insertions, 4 deletions
diff --git a/src/match_up/templates/macros.j2 b/src/match_up/templates/macros.j2
index 83fc823..6624c30 100644
--- a/src/match_up/templates/macros.j2
+++ b/src/match_up/templates/macros.j2
@@ -54,8 +54,6 @@
{% macro navbar(url_for) -%}
<nav class="level">
- <div class="level-item has-text-centered"></div>
- <div class="level-item has-text-centered"></div>
<p class="level-item has-text-centered">
<button class="button is-link" onclick="location.href = '/';">Games</button>
</p>
@@ -74,6 +72,7 @@
<p class="title">Match Up!</p>
</div>
<div class="level-item has-text-centered"></div>
+ <div class="level-item has-text-centered"></div>
<div class="level-right">
<div class="field has-addons has-addons-centered">
<div class="control"><button class="button is-dark" id="timer-dec">
@@ -96,7 +95,5 @@
</button></div>
</div>
</div>
- <div class="level-item has-text-centered"></div>
- <div class="level-item has-text-centered"></div>
</nav>
{%- endmacro %} \ No newline at end of file