about summary refs log tree commit diff
path: root/gn2/wqflask/static/new
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/static/new')
-rw-r--r--gn2/wqflask/static/new/css/llm.css11
1 files changed, 4 insertions, 7 deletions
diff --git a/gn2/wqflask/static/new/css/llm.css b/gn2/wqflask/static/new/css/llm.css
index bb50fdac..5a666a3d 100644
--- a/gn2/wqflask/static/new/css/llm.css
+++ b/gn2/wqflask/static/new/css/llm.css
@@ -23,14 +23,14 @@
 
   
   #gnqa_ref {
-    height: 90vh;
+    min-height: 100vh;
     overflow: hidden;
-    overflow-y: scroll;
+    overflow-y:auto;
+   /* overflow-y: scroll; */
   }
 
 
   #gnqa_ref_item{
-    border-bottom: 1px solid lightgrey;
     padding:12px;
   }
 
@@ -39,7 +39,6 @@
     font-size: 24px;
     font-family: serif;
     color: #3071a9;
-    text-transform: capitalize;
     text-decoration: underline;
   }
 
@@ -48,12 +47,10 @@
 
   }
 
-  #gnqa_answer {
-    text-transform: capitalize;
-  }
 
   #gnqa_answer::first-letter{
     font-weight: bold;
+    text-transform: uppercase;
 
 
   }