forked from MarseyWorld/MarseyWorld
fsd
parent
3496d095b2
commit
864fc7d950
|
@ -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 %}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue