Skip to content

Commit

Permalink
Merge pull request #36 from saferwall/2022-fixing
Browse files Browse the repository at this point in the history
2022 fixing
  • Loading branch information
ayoubfaouzi authored Jan 28, 2022
2 parents d067e57 + ebba6f5 commit 9d266e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/common/components/UploadFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</g>
</svg>
</button>
<div class="progress" v-if="true || isUploading">
<div class="progress" v-if="isUploading">
<k-progress
class="k"
active
Expand Down
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 9d266e1

Please sign in to comment.