Upload files to "www/html/_assets/themes"
This commit is contained in:
parent
0f35feeeec
commit
9d61a05464
|
@ -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;}
|
Loading…
Reference in New Issue