Skip to content

Commit

Permalink
fix(BoxCube): tag position.
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Messi committed Jan 12, 2025
1 parent bee5ba7 commit 9d4a42a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DocBoxCube.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const props = defineProps<{ items: BoxCubeItem[] }>()
align-items: center;
transform: rotate(25deg);
z-index: 1;
margin: 0;
border-radius: 0.7rem;
background-color: var(--Boxcube-tag-bg);
padding: 0.25rem 0.5rem;
Expand Down

0 comments on commit 9d4a42a

Please sign in to comment.