From c6202713993e6073e9d0fd52fe098b0dc487fd7a Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 26 May 2022 20:51:19 +0200 Subject: [PATCH] UX: Update slash screen styles Signed-off-by: Michael Mayer --- frontend/src/css/splash.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/frontend/src/css/splash.css b/frontend/src/css/splash.css index 142b40885..4d3b4053c 100644 --- a/frontend/src/css/splash.css +++ b/frontend/src/css/splash.css @@ -149,7 +149,7 @@ #loading-info, #photoprism .splash-info { position: fixed; - padding: 10px 10px; + padding: 12px 14px; border-radius: 10px; min-width: 280px; width: auto; @@ -199,8 +199,8 @@ #loading-info span, #loading-info a, -#photoprism .splash-info span, -#photoprism .splash-info a { +.splash-info span, +.splash-info a { text-align: center; text-decoration: none; font-size: 15px; @@ -212,6 +212,10 @@ #noscript-info { display: block; - font-weight: 600; +} + +#noscript-info.splash-info, +#noscript-info.splash-info a { + font-weight: 500; font-size: 16px; }