summaryrefslogtreecommitdiff
path: root/frontend/style.css
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2023-04-01 17:14:09 -0700
committerLouie Shprung <lshprung@scu.edu>2023-04-01 17:14:09 -0700
commit18774e2e797f64cf951b3ba1ea8051ea6ad525f4 (patch)
treed600833a04fb7209ac48f3078fbfab4afa0bf7cc /frontend/style.css
First commit
Diffstat (limited to 'frontend/style.css')
-rw-r--r--frontend/style.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/frontend/style.css b/frontend/style.css
new file mode 100644
index 0000000..117e5f6
--- /dev/null
+++ b/frontend/style.css
@@ -0,0 +1,32 @@
+body {
+ margin: 0;
+}
+
+input {
+ width: 100%;
+}
+
+.docset-parent {
+ width: 100%;
+}
+
+#docset-page {
+ border: solid;
+ flex-grow: 4;
+ max-height: 100vh;
+}
+
+#header {
+ display: none;
+ text-align: center;
+}
+
+#main-body {
+ display: flex;
+ height: 100vh;
+}
+
+#searchbar {
+ border: solid;
+ display: inline-block;
+}