Correctly highlight options on mobile

This commit is contained in:
jude
2023-09-17 18:33:01 +01:00
parent ec63c942d6
commit 6f1ef206df
4 changed files with 32 additions and 8 deletions

View File

@ -40,7 +40,7 @@
<div class="navbar-brand">
<a class="navbar-item" href="/">
<figure class="image">
<img src="/static/img/logo_nobg.webp" alt="Reminder Bot Logo">
<img width="28px" height="28px" src="/static/img/logo_nobg.webp" alt="Reminder Bot Logo">
</figure>
</a>
@ -234,6 +234,7 @@
<a href="/">
<div class="brand">
<img src="/static/img/logo_nobg.webp" alt="Reminder bot logo"
width="52px" height="52px"
class="dashboard-brand">
</div>
</a>