Advertisement
phpface

Untitled

Jul 29th, 2021
1,407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. .video-info .info-meta {
  2.     display: flex;
  3.     display: -ms-flexbox!important;
  4.     -ms-flex-direction: row-reverse!important;
  5.     flex-direction: row-reverse!important;
  6. }
  7.  
  8. .video-info .info-meta .views{
  9.     margin-right: 0!important;
  10. }
  11.  
  12. .video-info .info-meta .like-button{
  13.     margin-right: 1rem;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement