Skip to content

Commit

Permalink
fix: hopefully fix image jumping
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 24, 2021
1 parent a2aab67 commit b402894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/navigation/sidenav/SideNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<img
loading="eager"
class="w-full h-auto transition-transform duration-500 ease-in-out delay-300 transform hover:scale-150"
class="transition-transform duration-500 ease-in-out delay-300 transform hover:scale-150"
src="~/assets/img/brand/icon.png"
alt="Rule 34 App Logo"
height="512"
Expand Down

0 comments on commit b402894

Please sign in to comment.