forked from MarseyWorld/MarseyWorld
fds
parent
0f12a680ef
commit
e5460a5480
|
@ -29,17 +29,13 @@
|
|||
|
||||
<div class="navbar navbar-expand-md navbar-light" id="navbar">
|
||||
<div class="container-fluid" style="padding:0;">
|
||||
<div>
|
||||
<a href="/" class="navbar-brand mr-auto">
|
||||
{% if SITE_NAME == 'Drama' %}
|
||||
<img alt="header icon" height=33 width=43 src="/static/assets/images/{{SITE_NAME}}/headericon.webp?v=1015">
|
||||
{% else %}
|
||||
<div {% if not sub %}class="flex-grow-1"{% endif %}>
|
||||
<img alt="header icon" height=33 src="/static/assets/images/{{SITE_NAME}}/headericon.webp?v=1015">
|
||||
</div>
|
||||
{% endif %}
|
||||
</a>
|
||||
</div>
|
||||
<a href="/" class="navbar-brand mr-auto {% if SITE_NAME != 'Drama' and not sub %}flex-grow-1{% endif %}">
|
||||
{% if SITE_NAME == 'Drama' %}
|
||||
<img alt="header icon" height=33 width=43 src="/static/assets/images/{{SITE_NAME}}/headericon.webp?v=1015">
|
||||
{% else %}
|
||||
<img alt="header icon" height=33 src="/static/assets/images/{{SITE_NAME}}/headericon.webp?v=1015">
|
||||
{% endif %}
|
||||
</a>
|
||||
|
||||
{% if sub %}
|
||||
<a href="/h/{{sub.name}}" class="font-weight-bold ml-2 flex-grow-1 mt-1" style="font-size:max(14px,1.2vw)">/h/{{sub.name}}</a>
|
||||
|
|
Loading…
Reference in New Issue