I have a block on my Drupal 9 site which only appears if the web browser is compatible with PWA technology.
When PWA is not compatible, the block is hidden, but not the title.
How can I hide the block title with display: none;
when the browser is not PWA compatible ?
Browser compatible with PWA technology :
Browser not compatible with PWA technology :