From 9d61a05464a4b8b124da4d99138d5dc68e4a0362 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Wed, 19 Mar 2025 20:40:57 +0000 Subject: [PATCH] Upload files to "www/html/_assets/themes" --- www/html/_assets/themes/common.css | 44 ++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 www/html/_assets/themes/common.css diff --git a/www/html/_assets/themes/common.css b/www/html/_assets/themes/common.css new file mode 100644 index 0000000..0a71408 --- /dev/null +++ b/www/html/_assets/themes/common.css @@ -0,0 +1,44 @@ +.main .content{align-self:normal} +.chat { height:80vh; + overflow:hidden; + /* display:grid; grid-template-rows: auto 100px; gap:4px; */ + +} + .logs { + padding:8px; + /* min-height: calc(100% - 100px); */ + overflow:hidden; + overflow-y: auto; + +} +textarea { padding:8px; border:0px solid transparent; background-color: #f3f3f3; + height:64px; outline: 0; + margin:4px; + border-radius:8px; + font-size:16px; font-weight:lighter; +} +.question-input {display:grid; grid-template-columns: auto 100px; align-content: center;} + +.question-frame { + display:grid; + font-size:14px; + grid-template-columns: 48px auto 48px; gap:8px; + background-color: #f3f3f3; margin:8px; + margin-right:150px; +} + +.small {font-size:12px;} + +.answer-frame { + font-size:14px; + margin:8px; + margin-left:150px; +} +.answer-frame .answer { + display:grid; + grid-template-columns: 48px auto 48px; gap:8px; + align-items: center; +} +.main .menu .icon{display:none} + +.dialog-title { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}