From 61db95c94df543bb7b63982907fd62abc6778e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Wed, 22 Jul 2026 14:06:57 +0200 Subject: [PATCH] [Web] Add app link --- scnserver/website/css/style.css | 23 +++++++++++++++++++++++ scnserver/website/index.html | 5 ++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/scnserver/website/css/style.css b/scnserver/website/css/style.css index 7c19773..ec77764 100644 --- a/scnserver/website/css/style.css +++ b/scnserver/website/css/style.css @@ -128,6 +128,29 @@ body text-align: center; } +#tr_links +{ + position: absolute; + top: 0; + right: 0; + margin: -1px -1px 0 0; + display: flex; + gap: 1rem; + align-items: flex-start; +} + +#tr_links .edge-btn +{ + position: static; + margin: 0; +} + +#tr_link_web +{ + min-width: 40px; + text-align: center; +} + #tl_link1 { top: 0; diff --git a/scnserver/website/index.html b/scnserver/website/index.html index c53eefb..4a89dd7 100644 --- a/scnserver/website/index.html +++ b/scnserver/website/index.html @@ -17,7 +17,10 @@ - API +

Simple Cloud Notifier