slight UI fixes with lists
This commit is contained in:
parent
305d59241d
commit
dff9ac503e
2 changed files with 6 additions and 3 deletions
|
@ -79,9 +79,11 @@ button a {
|
||||||
#messages>li>li {
|
#messages>li>li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
height: 1em;
|
height: 0.8em;
|
||||||
padding-bottom: 0.1em;
|
height: 0.9em;
|
||||||
overflow: hidden;
|
display: flex;
|
||||||
|
align-items: end;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
1
index.js
1
index.js
|
@ -31,6 +31,7 @@ async function addMsg(msg) {
|
||||||
img.src = `arrows/right.svg`;
|
img.src = `arrows/right.svg`;
|
||||||
}
|
}
|
||||||
item.insertBefore(img, item.childNodes[0])
|
item.insertBefore(img, item.childNodes[0])
|
||||||
|
item.style.fontStyle = 'italic';
|
||||||
}
|
}
|
||||||
wrap.appendChild(item);
|
wrap.appendChild(item);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue