mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Fix navbar to top (mostly useful for mobile)
This commit is contained in:
@ -30,9 +30,10 @@
|
|||||||
<link rel="icon" href="{% static "images/brutaldon.png" %}" type="image/png">
|
<link rel="icon" href="{% static "images/brutaldon.png" %}" type="image/png">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="has-navbar-fixed-top">
|
||||||
{% block navbar %}
|
{% block navbar %}
|
||||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
<nav class="navbar is-fixed-top" role="navigation"
|
||||||
|
aria-label="main navigation">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand">
|
||||||
<a class="navbar-item" href="{% url "home" %}">
|
<a class="navbar-item" href="{% url "home" %}">
|
||||||
{% if own_acct %}
|
{% if own_acct %}
|
||||||
|
Reference in New Issue
Block a user