From 3f0338041c51d78261dad9ffd336931979878bb7 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 5 Jun 2026 18:48:36 +0100 Subject: [PATCH] Home: compact row tiles, centered title, closing bottom bar; File Relay out-arrow icon Tiles now lay icon + title on one row (more compact); the SimpleX Manager title is centered over the cards; add a closing faded bar at the bottom. File Relay icon changed to an out-arrow tray (closest emoji to a folder-with-arrow). Co-Authored-By: Claude Opus 4.8 --- manager/templates/base.html | 2 +- manager/templates/home.html | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/manager/templates/base.html b/manager/templates/base.html index ef680a4..45bd937 100644 --- a/manager/templates/base.html +++ b/manager/templates/base.html @@ -297,7 +297,7 @@ diff --git a/manager/templates/home.html b/manager/templates/home.html index 75682ad..934c5f2 100644 --- a/manager/templates/home.html +++ b/manager/templates/home.html @@ -3,24 +3,25 @@ {% block head %} {% endblock %} @@ -60,7 +61,7 @@ Chat Relay - 🗂️ + 📤 File Relay @@ -88,4 +89,6 @@ Get SimpleX App + +
{% endblock %}