From 6f25358fdf5482d6fa5bf0afe7e8a90da51ee740 Mon Sep 17 00:00:00 2001 From: MaxRobinsonTheGreat Date: Sat, 18 Mar 2023 17:30:02 -0500 Subject: [PATCH] fixed upload issue/css improvements --- dist/css/style.css | 10 ++++++---- dist/index.html | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dist/css/style.css b/dist/css/style.css index 94262c5..ad79751 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -10,7 +10,7 @@ } body{ - background: var(--border); + background: var(--tab); margin: 0; padding: 0; height: 100%; @@ -172,7 +172,8 @@ input:hover,input:active { grid-template-columns: repeat(2, 1fr); grid-template-rows: 1; display: none; - padding: 10px + padding: 10px; + overflow-y: auto; } .tab#about { @@ -329,8 +330,9 @@ input:hover,input:active { flex: 1; } .list-container { - overflow-y: scroll; - max-height: 300px; + overflow-y: auto; + max-height: 200px; + margin-right: 5px; } .list-item { diff --git a/dist/index.html b/dist/index.html index 22204f0..7b6d0df 100644 --- a/dist/index.html +++ b/dist/index.html @@ -302,6 +302,7 @@ +