Guest User

Untitled

a guest
Jun 12th, 2024
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. [data-testid="notification"] ul[role="list"]
  2. { overflow: visible !important; }
  3.  
  4. [data-testid="notification"] [data-testid="UserAvatar-Container-fuwamoco_en"] > div::before
  5. {
  6. content: "";
  7. position: absolute;
  8. inset: -2px;
  9. z-index: -1;
  10. background: linear-gradient(to right, #5a98ff, #ff57a6);
  11. opacity: 0.8;
  12. filter: blur(4px);
  13. border-radius: 9999px;
  14. }
Add Comment
Please, Sign In to add comment