Don't show binary app Ad on PWA or incompatible systems

Problem description:
Ad for downloading the binary app shows on all systems… even Chromebooks and non-debian based Linux (NixOS, Arch, RHEL, SteamOS, etc)

Expected behavior:
Minimize unwanted distractions and maximize screen usage efficiency

Actual behavior:
Ad for app that currently provides worse experience to pwa users. The PWA supports all shortcuts, while the desktop apps consumes vastly more system resources, specially on MacOS.

Steps to reproduce:
Go to replit dashboard with the PWA

Workaround:

@media (display-mode: standalone) {
  div:has(> div[data-cy="close-banner-btn"]) {
      display: none;
  }
}