mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
Offset input
Conflicts: urb/zod/main/app/terminal/hymn/script.js
This commit is contained in:
parent
c94b900977
commit
afaf131c72
@ -35,7 +35,7 @@ $(function() {
|
||||
if(e.shiftKey) return true
|
||||
v = prom.val().replace(/\xa0/g, ' ')
|
||||
$(cont).append($('<b>').html(prem.innerHTML),
|
||||
$('<span>').text(v))
|
||||
$('<div class="prom">').text(v))
|
||||
|
||||
jpok('line', v)
|
||||
hist.unshift(v)
|
||||
@ -90,8 +90,7 @@ $(function() {
|
||||
$(cont).append($('<div>').text(lom))
|
||||
else {
|
||||
$(cont).append($('<b>').text(lom.prompt + '> '),
|
||||
$('<span>').text(lom.task),
|
||||
$('<br>'))
|
||||
$('<div class="prom">').text(lom.task))
|
||||
}
|
||||
}
|
||||
window.scrollTo(0,document.body.scrollHeight)
|
||||
|
@ -26,9 +26,11 @@ button {
|
||||
background-color: #fff;
|
||||
padding: 1rem;
|
||||
}
|
||||
#prom-cont {
|
||||
#prom-cont,
|
||||
.prom {
|
||||
display: block;
|
||||
position:relative;
|
||||
left: 1rem;
|
||||
}
|
||||
textarea,
|
||||
#prom-size {
|
||||
|
Loading…
Reference in New Issue
Block a user