From 13e1614f5b001da5417b6c3192ab7e104bc278fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 4 Feb 2021 14:56:09 +0100 Subject: [PATCH] chg: Remove download screenshot button from left menu, add in overlay --- website/web/templates/tree.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/web/templates/tree.html b/website/web/templates/tree.html index b88984af..aac1d0c0 100644 --- a/website/web/templates/tree.html +++ b/website/web/templates/tree.html @@ -160,9 +160,6 @@ Unbookmark all nodes {% endif %} -
  • - Download screenshot -
  • Show screenshot
  • @@ -329,12 +326,13 @@ {% if screenshot_size > 10 * 1024 * 1024 %} Image too big ({{ sizeof_fmt(screenshot_size) }}) to display in the browser, click here to download it. {% else %} + Download screenshot {% if blur_screenshot %} + {% endif %}

    - {% endif %} {% endif %}