From 49652bec567ddb75fb6041c2a34ddb37e9694f08 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sat, 2 Oct 2021 18:59:08 +0200 Subject: small styling fixes --- apps/Youtube/styles/_results.scss | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'apps/Youtube/styles') diff --git a/apps/Youtube/styles/_results.scss b/apps/Youtube/styles/_results.scss index b7d8e9e..9aba047 100644 --- a/apps/Youtube/styles/_results.scss +++ b/apps/Youtube/styles/_results.scss @@ -1,11 +1,10 @@ .results { - height: 100%; - form { padding: .5em; justify-content: center; align-items: center; display: flex; + height: 4.5em; input[type=text] { background-color: var(--color-window-content); @@ -27,6 +26,15 @@ } } + & > div { + position: fixed; + top: 9.5em; + left: 0; + right: 0; + bottom: 0; + height: auto; + } + ul { display: block; -- cgit v1.2.3