From b30d9edccf9b45d5bf5227bc55de03ba005b02f9 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 2 Jan 2024 18:23:36 +0100 Subject: [PATCH] UX: style tweaks --- public/css/index-tailwind-output.css | 8 ++++---- src/UI/Base/LoginButton.svelte | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css index c44fdfce0a..7549494539 100644 --- a/public/css/index-tailwind-output.css +++ b/public/css/index-tailwind-output.css @@ -1071,14 +1071,14 @@ video { height: 6rem; } -.h-full { - height: 100%; -} - .h-screen { height: 100vh; } +.h-full { + height: 100%; +} + .h-32 { height: 8rem; } diff --git a/src/UI/Base/LoginButton.svelte b/src/UI/Base/LoginButton.svelte index 7381f7b781..d616195a24 100644 --- a/src/UI/Base/LoginButton.svelte +++ b/src/UI/Base/LoginButton.svelte @@ -9,7 +9,7 @@ export let clss: string | undefined = undefined -