I have a list .messagewhose display table-row. Some of these posts should have a red triangle above them, in the lower center. An element containing a triangle cannot be inside a cell .message.
It is easy to do when the display .message block, but I can not do it with table-row. As you can see in my violin, all the triangles are in the same wrong position, and the second cell does not extend to the entire line (this happens if I delete an element .opener).
What am I missing?
Script for tests (and clarity)
Hover the left cell with the mouse to get why I want to have elements table-cell. To be more precise, I need the whole range of positioning and dimensional advantages of table-table elements (for example, the same height for both cells, and the right cell should fill the remaining row space).
Compatibility Required: Firefox and Chrome
source
share