From 32911d7056561a53e3f8e06d753f0dc3f13173ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Fri, 12 Sep 2025 13:32:04 +0200 Subject: [PATCH] pl-fe: wip styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/index.html | 2 +- packages/pl-fe/src/styles/new/layout.scss | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/pl-fe/index.html b/packages/pl-fe/index.html index 6e673df2d..1a105ea53 100644 --- a/packages/pl-fe/index.html +++ b/packages/pl-fe/index.html @@ -12,7 +12,7 @@ <%- snippets %> -
+
diff --git a/packages/pl-fe/src/styles/new/layout.scss b/packages/pl-fe/src/styles/new/layout.scss index 634e8d433..7c17b40d7 100644 --- a/packages/pl-fe/src/styles/new/layout.scss +++ b/packages/pl-fe/src/styles/new/layout.scss @@ -1,9 +1,10 @@ html { - @apply h-full; + height: 100%; } body { - @apply h-full bg-white text-base antialiased black:bg-black dark:bg-gray-800; + @apply bg-white text-base antialiased black:bg-black dark:bg-gray-800; + height: 100%; &.system-font, &.system-font .font-sans { @@ -19,6 +20,10 @@ body { } } +#pl-fe { + height: 100%; +} + .⁂-dropdown-navigation { @apply fixed bottom-[60px] left-2 z-[1000] flex max-h-[calc(100dvh-68px)] w-full max-w-xs flex-1 origin-bottom-left flex-col overflow-hidden rounded-xl bg-white/90 shadow-lg backdrop-blur-md ease-in-out black:bg-black/90 no-reduce-motion:transition-transform dark:border dark:border-gray-800 dark:bg-primary-900/90 dark:shadow-none rtl:right-2 rtl:origin-bottom-right;