.activity-site-chrome,
.activity-content {
  display: contents;
}

body:where(.comment-photo-page, .task-wall-page, .coin-store-page) :where(button, a, [role="button"]) {
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
  .activity-site-chrome {
    display: none;
  }
}
