mirror of
https://shylinux.com/x/ollama-story
synced 2025-04-30 01:29:23 +08:00
add some
This commit is contained in:
parent
c63224054c
commit
1cfc1a6ef1
@ -1,6 +1,6 @@
|
|||||||
$content { padding:20px; }
|
$content { padding:10px 20px; }
|
||||||
$content>div.message { padding:0px; overflow:auto; }
|
$content>div.message { padding:0px; overflow:auto; }
|
||||||
$content>div.message>div.request { background-color:#94ec69; color:black; padding:10px; float:right; clear:both; }
|
$content>div.message>div.request { background-color:#94ec69; color:black; padding:10px; float:right; clear:both; }
|
||||||
$content>div.message>div.request>span { float:right; }
|
$content>div.message>div.request>span { float:right; }
|
||||||
$content>div.message>div.response { white-space:break-spaces; padding:0px; clear:both; }
|
$content>div.message>div.response { white-space:break-spaces; padding:0px; clear:both; }
|
||||||
$content>div.request { padding-top:20px; }
|
$content>div.request { padding-top:10px; }
|
@ -30,7 +30,7 @@ Volcanos(chat.ONIMPORT, {
|
|||||||
},
|
},
|
||||||
layout: function(can) {
|
layout: function(can) {
|
||||||
can.ui.layout(can.ConfHeight(), can.ConfWidth(), 0, function() {
|
can.ui.layout(can.ConfHeight(), can.ConfWidth(), 0, function() {
|
||||||
can.page.style(can, can.ui.message, html.MAX_HEIGHT, can.ConfHeight()-160)
|
can.page.style(can, can.ui.message, html.MAX_HEIGHT, can.ConfHeight()-130)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user