This commit is contained in:
retoor 2025-04-02 15:02:55 +02:00
parent 99b2beeab0
commit 81479e7058
2 changed files with 2 additions and 2 deletions
src/snek
static
templates

View File

@ -373,7 +373,7 @@ a {
top: 0;
left: 0;
text-overflow: ellipsis;
width:100%;
*{
font-size: 12px !important;
}

View File

@ -26,7 +26,7 @@
<header>
<div class="logo no-select">{% block header_text %}{% endblock %}</div>
<nav class="no-select" style="float:right;overflow:hidden;scroll-behavior:smooth">
<nav class="no-select" style="overflow:hidden;scroll-behavior:smooth">
<a class="no-select" href="/web.html">🏠</a>
<a class="no-select" href="/search-user.html">🔍</a>
<a class="no-select" style="display:none" id="install-button" href="#">📥</a>