vxc
This commit is contained in:
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 |
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 40 KiB |
|
@ -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
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue