Improved look of log

This commit is contained in:
thepaperpilot 2021-08-24 00:40:36 -05:00
parent 8a38ecf928
commit e52b3751c9

View file

@ -86,3 +86,13 @@ export default defineComponent(function Main() {
return { title, body, footer, showModal, closeModal, devSpeed, formattedDevSpeed };
});
</script>
<style>
.entry {
padding: var(--feature-margin);
}
.entry:not(:last-child) {
border-bottom: solid 4px var(--separator);
}
</style>