Skip to content

Commit

Permalink
chore: revert spacing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed May 10, 2021
1 parent eedfd19 commit 7c5367f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions components/pages/posts/content/Post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,14 @@
<!-- Workaround for content not jumping is having a div before -->
<div v-if="isActive">
<!-- Action bar -->
<div
class="flex items-center py-2 bg-darkGray-100 justify-evenly"
>
<div class="flex items-center bg-darkGray-100 justify-evenly">
<!-- Saucenao -->
<template v-if="!error.show && !isVideo">
<template v-if="isUserPremium">
<a
:href="`https://saucenao.com/search.php?url=${mediaResolutionChooser.url}`"
target="_blank"
class="flex items-center gap-2 link"
class="flex items-center gap-2 my-2 link"
>
<SearchIcon class="w-5 h-5 icon" />

Expand All @@ -106,7 +104,7 @@
<template v-else>
<NuxtLink
to="/premium"
class="flex items-center gap-2 link"
class="flex items-center gap-2 my-2 link"
>
<span class="sr-only">
Search source of the post via SauceNAO
Expand Down

0 comments on commit 7c5367f

Please sign in to comment.