From 5aebc607643aa68bd56726ffb97bf621063920f9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 11 Aug 2022 21:28:03 +0200 Subject: [PATCH] add an "x" to the pwa prompt --- files/assets/css/main.css | 1 + files/templates/home.html | 12 +++++++++++- files/templates/util/assetcache.html | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 85a310d83..7085b8402 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6075,6 +6075,7 @@ g { .fa-comment-question:before{content:"\e14b"} .fa-sitemap:before{content:"\f0e8"} .fa-grid:before{content:"\e195"} +.fa-x:before{content:"\58"} .pronouns { font-size: 9px; diff --git a/files/templates/home.html b/files/templates/home.html index 756f6b47f..4aebef3b8 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -226,8 +226,18 @@ {% endif %} {% if request.path in ('/','/logged_out') and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 and not g.webview %} + +
-
+