diff options
author | 2021-10-02 18:59:08 +0200 | |
---|---|---|
committer | 2021-10-02 18:59:08 +0200 | |
commit | 49652bec567ddb75fb6041c2a34ddb37e9694f08 (patch) | |
tree | 0a3e35d9a0788787934d1b124a620bf5246e81bf /apps/Youtube/styles | |
parent | 79bdb88a5fc099b5871a83d18eadf9b0448b41d1 (diff) | |
download | my_apps-49652bec567ddb75fb6041c2a34ddb37e9694f08.tar.gz my_apps-49652bec567ddb75fb6041c2a34ddb37e9694f08.tar.bz2 my_apps-49652bec567ddb75fb6041c2a34ddb37e9694f08.zip |
small styling fixes
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; |