Merge remote-tracking branch 'upstream/frost' into birthgay-staging
commit
b7594e2cd2
|
@ -757,7 +757,7 @@ def messagereply(v):
|
|||
'title': f'New message from @{v.username}',
|
||||
'body': notifbody,
|
||||
'deep_link': f'{SITE_FULL}/notifications?messages=true',
|
||||
'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.webp"a=1010',
|
||||
'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.webp"a=1015',
|
||||
}
|
||||
},
|
||||
'fcm': {
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
{% include "journoid_banner.html" %}
|
||||
{% endif %}
|
||||
|
||||
<div class="navbar navbar-expand-md navbar-light" id="navbar">
|
||||
<div class="container-fluid" style="padding:0;">
|
||||
<div class="navbar navbar-expand-md navbar-light" id="navbar" style="background: url('/assets/images/baloons.webp') !important;">
|
||||
<div class="container-fluid" style="padding:0; background: transparent !important">
|
||||
<a href="/" class="navbar-brand mr-auto {% if SITE_NAME in ('PCM','WPD') and not sub %}flex-grow-1{% endif %}">
|
||||
{% if SITE_NAME == 'rDrama' %} {# birthgay only #}
|
||||
<img alt="header icon" height=33 src="/assets/images/emojis/marseyparty.webp?v=birthgay">
|
||||
|
|
Loading…
Reference in New Issue