Advertisement
arie_cristianD

make push notification widgets visible for mobile

Jan 23rd, 2024
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. /* make push notification widgets visible for mobile */
  2.  
  3. @media only screen and (max-width: 1024px) {
  4.     .jeg_push_notification_content {
  5.         display: block;
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement