This commit is contained in:
Aevann1 2022-04-26 00:41:34 +02:00
parent 7c08718dca
commit 37908005fa
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Before After
Before After

View file

@ -38,7 +38,7 @@ class Sub(Base):
@lazy
def banner_url(self):
if self.bannerurl: return SITE_FULL + self.bannerurl
return f'/assets/images/{SITE_NAME}/banner.webp?v=1043'
return f'/assets/images/{SITE_NAME}/banner.webp?v=1044'
@property
@lazy

View file

@ -254,7 +254,7 @@
</a>
{% else %}
<a href="/">
<img alt="site banner" src="/assets/images/{{SITE_NAME}}/banner.webp?v=1043" width="100%">
<img alt="site banner" src="/assets/images/{{SITE_NAME}}/banner.webp?v=1044" width="100%">
</a>
{% endif %}
{% endif %}

View file

@ -35,7 +35,7 @@
{% 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>
{% elif SITE_NAME != 'PCM' %}
{% elif SITE_NAME not in ('PCM','WPD') %}
<style>
@media (min-width: 350px) {
#logo {