diff --git a/manager/templates/base.html b/manager/templates/base.html index 69ef5a2..997b3ef 100644 --- a/manager/templates/base.html +++ b/manager/templates/base.html @@ -303,8 +303,6 @@ © Bournemouth Technology Ltd · built on © SimpleX Network - · - Get SimpleX App diff --git a/manager/templates/home.html b/manager/templates/home.html index 1edd2b1..eff1b12 100644 --- a/manager/templates/home.html +++ b/manager/templates/home.html @@ -8,6 +8,7 @@ .home-head p { color: var(--muted); font-size: 14px; } .tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; } + .tiles + .tiles { margin-top: 32px; } /* vertical buffer between areas */ .tile { display: flex; flex-direction: column; gap: 8px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; @@ -28,6 +29,7 @@

SimpleX Manager

+
👤 @@ -44,6 +46,10 @@ Bots Echo, broadcast, support, directory and dead-man's-switch bots. +
+ + +
📡 Network @@ -59,10 +65,19 @@ Settings Theme and manager preferences. +
+ + +
📁 File upload Share files over SimpleX (opens simplex.chat). + + 📲 + Get SimpleX App + Download the SimpleX Chat app (opens simplex.chat). +
{% endblock %}