diff options
Diffstat (limited to 'apps/Youtube/styles')
-rw-r--r-- | apps/Youtube/styles/_results.scss | 12 |
1 files changed, 10 insertions, 2 deletions
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; |