From cdd588607bc63b65217f87f75ab22bad9fd0fc1c Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 6 Apr 2023 19:58:45 -0700 Subject: Small css improvements --- .../endpoints/__pycache__/get_plist.cpython-39.pyc | Bin 1816 -> 1816 bytes frontend/style.css | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/endpoints/__pycache__/get_plist.cpython-39.pyc b/backend/endpoints/__pycache__/get_plist.cpython-39.pyc index 892892d..1363a33 100644 Binary files a/backend/endpoints/__pycache__/get_plist.cpython-39.pyc and b/backend/endpoints/__pycache__/get_plist.cpython-39.pyc differ diff --git a/frontend/style.css b/frontend/style.css index aa772ab..d3fa92c 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -18,6 +18,7 @@ input { #docset-table { border-top: solid; + width: 100%; } #header { @@ -35,6 +36,6 @@ input { #sidebar { border-right: solid; - display: inline-grid; height: 100vh; + overflow: scroll; } -- cgit