Drop the sidebar's "Platform" title, add top margin

Cosmetic: the section label was redundant with the panel it lives in.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-15 12:58:24 +02:00
parent 7c874aa87b
commit 9bc5377cc5

View File

@@ -11,8 +11,7 @@
the day the menu itself grows taller than the screen. the day the menu itself grows taller than the screen.
{% endcomment %} {% endcomment %}
<aside class="hidden w-64 shrink-0 overflow-y-auto border-r border-base-300 bg-base-100 lg:block"> <aside class="hidden w-64 shrink-0 overflow-y-auto border-r border-base-300 bg-base-100 lg:block">
<ul class="menu w-full gap-1 p-3"> <ul class="menu w-full gap-1 p-3 mt-4">
<li class="menu-title">Platform</li>
{% include "controlpanel/_nav_items.html" %} {% include "controlpanel/_nav_items.html" %}
</ul> </ul>
</aside> </aside>