Advertisement
fauzanjeg

Show View and Edit Button for Mobile || Tab below

Mar 7th, 2021
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. /* Show View and Edit Button for Mobile || Tab below */
  2. @media only screen and (max-width: 768px) {
  3.     .jeg_account_page .jeg_post_control {
  4.         opacity: 1;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement