diff options
author | Alexander_Kabui | 2024-01-19 14:40:52 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-01-19 14:40:52 +0300 |
commit | e7f7fad577d6a37660a161964c70c0d93062ff2e (patch) | |
tree | 261ea3c59093faf6f73e53c6c0d72efc509550c5 /gn2/wqflask/static | |
parent | d370907a5421a3e9918bbc907ea56636886c9921 (diff) | |
download | genenetwork2-e7f7fad577d6a37660a161964c70c0d93062ff2e.tar.gz |
Add list panel implementation
Diffstat (limited to 'gn2/wqflask/static')
-rw-r--r-- | gn2/wqflask/static/new/css/llm.css | 11 |
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; } |