remotes/1693045480750635534/spooky-22
Aevann1 2022-04-04 21:21:33 +02:00
parent 3496d095b2
commit 864fc7d950
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
<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>
{% elif SITE_NAME == 'rDrama' %}
<a href="/" class="flex-grow-1">
<img alt="logo" src="/assets/images/{{SITE_NAME}}/logo.webp?v=1010" height=20 width=77>
<img alt="logo" src="/assets/images/{{SITE_NAME}}/logo.webp?v=1011" height=20 width=77>
</a>
{% endif %}

View File

@ -356,7 +356,7 @@
<div class="row">
<div class="col px-0">
<a rel="nofollow noopener noreferrer" href="{{u.banner_url}}" {% if not v or v.newtabexternal %}target="_blank"{% endif %}>
<img alt="@{{u.username}}'s banner" class="userbanner" height="100" width="100%" src="{{u.banner_url}}">
<img alt="@{{u.username}}'s banner" class="userbanner" height="200" width="100%" src="{{u.banner_url}}">
</a> p
</div>
</div>