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