From fe7990fb07e40c3b3540f56625d3cef82d67e726 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Thu, 14 Mar 2024 23:13:45 +0100 Subject: [PATCH] Small tweaks --- panel/_templates/convert_index.html | 7 ++++--- panel/_templates/error.html | 3 ++- panel/_templates/index.html | 9 +++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/panel/_templates/convert_index.html b/panel/_templates/convert_index.html index 9fa8fc066c..bb29607b25 100644 --- a/panel/_templates/convert_index.html +++ b/panel/_templates/convert_index.html @@ -130,11 +130,12 @@ margin: auto 0 auto auto; } #title { - font-size: 1.5em; + font-size: 1.8em; font-weight: bold; } #subtitle { font-size: 1.2em; + text-align: right; } {% if manifest %} @@ -187,7 +188,7 @@
{{ title|default('Panel Applications', true) }} - Serving {{ len(items) }} apps + Running {{ items | length }} apps
@@ -211,7 +212,7 @@

{{ item_label }}

- {% end %} + {% endfor %} diff --git a/panel/_templates/error.html b/panel/_templates/error.html index e14b72a1d8..3f463b8714 100644 --- a/panel/_templates/error.html +++ b/panel/_templates/error.html @@ -46,11 +46,12 @@ margin: auto 0 auto auto; } #error-type { - font-size: 1.5em; + font-size: 1.8em; font-weight: bold; } #error { font-size: 1.2em; + text-align: right; } .content { align-items: center; diff --git a/panel/_templates/index.html b/panel/_templates/index.html index 1119a31277..1db7d79b50 100644 --- a/panel/_templates/index.html +++ b/panel/_templates/index.html @@ -130,11 +130,12 @@ margin: auto 0 auto auto; } #title { - font-size: 1.5em; + font-size: 1.8em; font-weight: bold; } #subtitle { font-size: 1.2em; + text-align: right; }