Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-11-18 23:06:40 +03:00
parent fdb2f42568
commit 5e85c17e7f

View File

@ -57,9 +57,13 @@ var setup = function(){
- ``` - ```
code block code block
``` ```
- try `display:flex` on `.block` and position one elem over the other... - *the problem\:*
- _...not sure how to deal with `.children` yet_ - we need to keep both the `.view` and `.code` elements' height in sync
- another way to go is to place `.text` stuff in a div and style that... - Q: should the sizes be equal? which is the master size?
- ways to fix:
- try `display:flex` on `.block` and position one elem over the other...
- _...not sure how to deal with `.children` yet_
- another way to go is to place `.text` stuff in a div and style that...
- 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)