Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-11-22 16:54:37 +03:00
parent bba5cd0f4c
commit 78f07cea45

View File

@ -61,12 +61,13 @@ var setup = function(){
- we need to keep both the `.view` and `.code` elements' height in sync - we need to keep both the `.view` and `.code` elements' height in sync
- Q: should the sizes be equal? which is the master size? - Q: should the sizes be equal? which is the master size?
- ways to fix: - ways to fix:
- active (current):
- _need to rework the logic..._
- passive (preferred): - passive (preferred):
- try `display:flex` on `.block` and position one elem over the other... - try `display:flex` on `.block` and position one elem over the other...
- _...not sure how to deal with `.children` yet_ - _...not sure how to deal with `.children` yet_
- another way to go is to wrap `.text` stuff in a div and style that... - another way to go is to wrap `.text` stuff in a div and style that...
- active (current): - not sure if this is possible -- things like tables/graphs/... will break things (still investigating)
- _need to rework the logic..._
- blank line at end of block is initially not shown - blank line at end of block is initially not shown
- this block contains two lines (empty below) - this block contains two lines (empty below)