From 09bc24ff34000e11b6a83b5783fad2a8e22b7c2e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 5 Jul 2024 14:33:13 +0200 Subject: [PATCH] UI - Visual Selector graphics should be centred --- changedetectionio/static/styles/scss/parts/_visualselector.scss | 2 ++ changedetectionio/static/styles/styles.css | 1 + 2 files changed, 3 insertions(+) diff --git a/changedetectionio/static/styles/scss/parts/_visualselector.scss b/changedetectionio/static/styles/scss/parts/_visualselector.scss index d0608c0c..17e8a659 100644 --- a/changedetectionio/static/styles/scss/parts/_visualselector.scss +++ b/changedetectionio/static/styles/scss/parts/_visualselector.scss @@ -1,6 +1,8 @@ #selector-wrapper { height: 100%; + text-align: center; + max-height: 70vh; overflow-y: scroll; position: relative; diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index f407f40b..da60835b 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -1065,6 +1065,7 @@ ul { #selector-wrapper { height: 100%; + text-align: center; max-height: 70vh; overflow-y: scroll; position: relative; }