Advertisement
vapvarun

BuddyApp Theme with BuddyPress Status plugin

Mar 23rd, 2021
843
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.78 KB | None | 0 0
  1. .generic-button.bpsts-reaction-parent {
  2.     float: left;
  3.     max-width: 25px;
  4. }
  5. .bpsts-open-reaction-div {
  6.     padding: 0;
  7. }
  8. img.bpsts-name-icon {
  9.     width: 20px;
  10. }
  11.  
  12. @media only screen and (max-width: 432px) {
  13.  #buddypress .bpsts-reaction-box {
  14.     left: 0px;
  15.     width: 240px;
  16. }
  17. #buddypress div.activity-meta .bpsts-reaction-box a.bpsts-mark-reaction {
  18.   width: 25px;
  19.     height: 25px;
  20. }
  21. .generic-button.bpsts-reaction-parent {
  22.     float: none;
  23.     max-width: 25px;
  24.     display: block;
  25.     width: 100%;
  26.     clear: both;
  27. }  
  28. }
  29.  
  30. @media only screen and (min-width: 433px) and (max-width:600px) {
  31.  #buddypress .bpsts-reaction-box {
  32.     display: flex;
  33. }
  34. #buddypress div.activity-meta .bpsts-reaction-box a.bpsts-mark-reaction {
  35.   width: 25px;
  36.     height: 25px;
  37. }
  38.    
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement