How can I hide the burger menu on HA mobile app

How can I hide the burger menu on HA mobile app. I mean this icon:

It seems that I just need to hide .mdc-icon-button, but how?

I tried card-mode but it didn’t work:

card_mod:
    style: |
      .mdc-icon-button {
        display: none !important;
      }

It can only be done by card-mod theme.