CSS by T. Afif :verified: on Nostr: nprofile1q…9raa2 nprofile1q…lrvgs display: contents is applied to the <div> not ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqf0fgaecaf87hwt3q3m7hrpumkdrzelskrr8xy2svmrjm8wtz4jhsp9raa2 (nprofile…raa2) nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq2qwcfpqc2e2pstltyxu5upkatu0dmqsfphgq3cz8puh86e5267xqmlrvgs (nprofile…rvgs)
display: contents is applied to the <div> not to the grid track. It's like your remove that div from the DOM making all the elements at the same level (direct child of .parent).
Also I don't think there is any accessibility issue here because you are appling the property to a div.
display: contents is applied to the <div> not to the grid track. It's like your remove that div from the DOM making all the elements at the same level (direct child of .parent).
Also I don't think there is any accessibility issue here because you are appling the property to a div.