From 57f604dff1580ec49e58469edf616b83f0af9758 Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 27 Oct 2022 16:40:24 +0200 Subject: [PATCH] UI - Make fetch error more readable (#1038) --- changedetectionio/static/styles/styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changedetectionio/static/styles/styles.scss b/changedetectionio/static/styles/styles.scss index e8b4a6ab..c2772d32 100644 --- a/changedetectionio/static/styles/styles.scss +++ b/changedetectionio/static/styles/styles.scss @@ -156,7 +156,7 @@ body:after, body:before { .fetch-error { padding-top: 1em; - font-size: 60%; + font-size: 80%; max-width: 400px; display: block; } @@ -803,4 +803,4 @@ ul { padding: 0.5rem; border-radius: 5px; color: #ff3300; -} \ No newline at end of file +}