Skip to content

Commit

Permalink
fix: Mobile view of activity actions - meed-2275 (#322)
Browse files Browse the repository at this point in the history
This change allows to hide the kudos action label when mobile view.
  • Loading branch information
SaraBoutej authored and exo-swf committed Sep 11, 2023
1 parent 2337873 commit 6951792
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
<v-icon
:class="kudosColorClass"
class="baseline-vertical-align"
size="14">
:size="isMobile && '20' || '14'">
fa-award
</v-icon>
<span class="mx-auto mt-1 mt-lg-0 ms-lg-2">
<span v-if="!isMobile" class="mx-auto mt-1 mt-lg-0 ms-lg-2">
{{ $t('exoplatform.kudos.label.kudos') }}
</span>
</div>
Expand Down

0 comments on commit 6951792

Please sign in to comment.