Conclusion of endless round of changes to make menu sort of usable

The dropdowns do not drop down on touch devices,
before fixing that need to check in on if the noble
battle to keep the menu visible for as many devices
as possible (and not hide behind the hamburger)
should in fact be given up.

Ref #114
This commit is contained in:
benjamin melançon 2025-02-23 23:20:40 -05:00
parent aab893c1d9
commit 3f1860f671
5 changed files with 56 additions and 16 deletions

View file

@ -14,18 +14,18 @@
* @ingroup themeable
*/
#}
<div class="column is-narrow geo-logo-name is-paddingless">
{% if site_logo %}
<div class="logo column is-narrow is-paddingless has-text-centered">
<figure class="image no-upscale">
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
<img src="{{ site_logo }}" alt="{{ site_name }} Home" />
</a>
</figure>
<div class="logo">
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
<img src="{{ site_logo }}" alt="GEO's logo, a gently winding path through green to a large bright sun on the horizon." />
</a>
</div>
{% endif %}
<div class="sitename column is-narrow is-paddingless has-text-centered">
<div class="sitename">
<a class="site-title title is-3" href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
<span class="green">Grassroots
Economic</span>
<span class="yellow">Organizing</span></a>
</div>
</div>