From f6842a11e487b985214374080c36b6fa56211f24 Mon Sep 17 00:00:00 2001 From: amelia <44528100+char-ptr@users.noreply.github.com> Date: Tue, 3 Sep 2024 07:14:29 +0100 Subject: [PATCH] change styling --- gdke-gui/src/App.css | 4 ++-- gdke-gui/src/App.tsx | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gdke-gui/src/App.css b/gdke-gui/src/App.css index e57a729..b71200e 100644 --- a/gdke-gui/src/App.css +++ b/gdke-gui/src/App.css @@ -2,6 +2,6 @@ @tailwind components; @tailwind utilities; -body { - @apply dark:bg-black dark:text-white; +body,html, #root { + @apply dark:bg-black dark:text-white h-svh; } diff --git a/gdke-gui/src/App.tsx b/gdke-gui/src/App.tsx index 2082585..8ed8ba5 100644 --- a/gdke-gui/src/App.tsx +++ b/gdke-gui/src/App.tsx @@ -81,9 +81,10 @@ function App() { }; }, []); + //captybara testing is real return (