The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: always hide popover on mobile (fixes #104)

+1 -1
+1 -1
assets/styles/base.scss
··· 526 526 box-shadow: 6px 6px 36px 0px rgba(0,0,0,0.25); 527 527 528 528 @media all and (max-width: 600px) { 529 - display: none; 529 + display: none !important; 530 530 } 531 531 532 532 &.visible {