Skip to content

Commit

Permalink
chore: more beautiful block-open
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Feb 5, 2023
1 parent 293c665 commit 11f6027
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/content/block-open.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ function filterIcons(icons?: string[]) {
:to="v.href"
target="__blank">
<div
class="cursor-pointer shadow transition-shadow p-5 pb-6 rounded-lg space-y-3 relative"
hover="shadow-md"
dark="shadow-gray-900"
dark:hover="shadow-gray-500/50"
dark="shadow-gray-900 shadow"
hover="shadow-md">
class="cursor-pointer shadow transition-shadow p-5 pb-6 rounded-lg space-y-3 relative">
<div class="absolute top-2 right-2 space-x-1">
<span
v-for="name in filterIcons(v.icons)"
Expand Down
3 changes: 3 additions & 0 deletions components/content/space.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<template>
<div class="h-40px"></div>
</template>
1 change: 1 addition & 0 deletions content/2.ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ icon: logos:ionic-icon

:block-open

:space

0 comments on commit 11f6027

Please sign in to comment.