summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-04-06 19:58:45 -0700
committerLouie S <louie@example.com>2023-04-06 19:58:45 -0700
commitcdd588607bc63b65217f87f75ab22bad9fd0fc1c (patch)
tree3c4e1769e2cdf971c345d89d5896c09046fbfe8d
parent11a36b7782a950e14a8ddcc59a2d80fe6408f51c (diff)
Small css improvements
-rw-r--r--backend/endpoints/__pycache__/get_plist.cpython-39.pycbin1816 -> 1816 bytes
-rw-r--r--frontend/style.css3
2 files changed, 2 insertions, 1 deletions
diff --git a/backend/endpoints/__pycache__/get_plist.cpython-39.pyc b/backend/endpoints/__pycache__/get_plist.cpython-39.pyc
index 892892d..1363a33 100644
--- a/backend/endpoints/__pycache__/get_plist.cpython-39.pyc
+++ b/backend/endpoints/__pycache__/get_plist.cpython-39.pyc
Binary files 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;
}