Skip to content

Commit

Permalink
#35 fix Activity type follow (flex row) bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinrais committed Jan 25, 2022
1 parent 88968c7 commit ebba6f5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/common/components/elements/ActivityBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ export default {
@apply flex-col-reverse lg:flex-row;
}
}
.header {
@apply flex flex-row;
}
}
.header {
Expand Down Expand Up @@ -263,9 +267,10 @@ export default {
}
.buttons {
.follow {
border-color: #dedede;
@apply border-gray-light;
&:hover,
&.active {
@apply bg-primary bg-opacity-10 border-none;
@apply bg-primary bg-opacity-10;
}
}
}
Expand Down

0 comments on commit ebba6f5

Please sign in to comment.