Improved look of log
This commit is contained in:
parent
8a38ecf928
commit
e52b3751c9
1 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue