mirror of
https://github.com/heyman/heynote.git
synced 2024-11-08 09:04:36 +01:00
Pixel push
This commit is contained in:
parent
221e42e30a
commit
0d6d5daa40
@ -52,7 +52,7 @@
|
||||
let lists = ''
|
||||
tree.iterate({
|
||||
enter(type) {
|
||||
lists += `<ul class="testlist"><li>${type.name} (${type.from},${type.to})`
|
||||
lists += `<ul><li>${type.name} (${type.from},${type.to})`
|
||||
},
|
||||
leave() {
|
||||
lists += '</ul>'
|
||||
@ -104,9 +104,9 @@
|
||||
position: absolute
|
||||
top: 0
|
||||
bottom: 0
|
||||
right: 20px
|
||||
right: 0
|
||||
width: 50%
|
||||
background-color: #f1f1f1
|
||||
background-color: rgba(240, 240, 240, 0.85)
|
||||
color: #000
|
||||
font-size: 12px
|
||||
font-family: monospace
|
||||
@ -114,5 +114,7 @@
|
||||
overflow: auto
|
||||
|
||||
ul
|
||||
padding-left: 30px
|
||||
padding-left: 20px
|
||||
> ul
|
||||
padding-left: 0
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user