Skip to content

Commit

Permalink
fix: extra spacing when no media in posts
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 4, 2023
1 parent 1656184 commit d59cdb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/status/StatusTranslation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ async function toggleTranslation() {
</script>

<template>
<div>
<div v-if="showButton">
<button
v-if="showButton" p-0 flex="~ center" gap-2 text-sm
p-0 flex="~ center" gap-2 text-sm
:disabled="translating" disabled-bg-transparent btn-text class="disabled-text-$c-text-btn-disabled-deeper" @click="toggleTranslation"
>
<span v-if="translating" block animate-spin preserve-3d>
Expand Down

0 comments on commit d59cdb0

Please sign in to comment.