im tired of describing small commits, sneed
parent
ad8cb16bee
commit
b2c8bacd58
|
@ -225,7 +225,7 @@
|
|||
</script>
|
||||
{% endif %}
|
||||
|
||||
{% if request.path in ('/','/logged_out','/logged_out/') and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 and not g.webview %}
|
||||
{% if request.path in ('/','/logged_out') and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 and not g.webview %}
|
||||
<div id="mobile-prompt-container" class="fixed-top">
|
||||
<div id="mobile-prompt" href="javascript:void(0)" data-bs-toggle="tooltip" data-bs-container="#mobile-prompt-container" data-bs-placement="top" data-bs-trigger="click" data-bs-original-title="Install the {{SITE_NAME}} webapp by saving this page to your home screen!"></div>
|
||||
</div>
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
.comment {
|
||||
margin-top: 0;
|
||||
}
|
||||
{% if request.path in ('/notifications/mesages', '/notifications/modmail') %}
|
||||
{% if request.path in ('/notifications', '/notifications/mesages', '/notifications/modmail') %}
|
||||
.unread {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue