forked from rDrama/rDrama
1
0
Fork 0

im tired of describing small commits, sneed

master
Aevann1 2022-08-11 15:31:54 +02:00
parent ad8cb16bee
commit b2c8bacd58
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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;
}