Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .generic-button.bpsts-reaction-parent {
- float: left;
- max-width: 25px;
- }
- .bpsts-open-reaction-div {
- padding: 0;
- }
- img.bpsts-name-icon {
- width: 20px;
- }
- @media only screen and (max-width: 432px) {
- #buddypress .bpsts-reaction-box {
- left: 0px;
- width: 240px;
- }
- #buddypress div.activity-meta .bpsts-reaction-box a.bpsts-mark-reaction {
- width: 25px;
- height: 25px;
- }
- .generic-button.bpsts-reaction-parent {
- float: none;
- max-width: 25px;
- display: block;
- width: 100%;
- clear: both;
- }
- }
- @media only screen and (min-width: 433px) and (max-width:600px) {
- #buddypress .bpsts-reaction-box {
- display: flex;
- }
- #buddypress div.activity-meta .bpsts-reaction-box a.bpsts-mark-reaction {
- width: 25px;
- height: 25px;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement