Skip to content

Commit d9a1683

Browse files
committed
Better style for overlay tag.
1 parent 2e24a42 commit d9a1683

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

  • src/Isotope/Isotope/Areas/Front/ClientApp/source/components/content

src/Isotope/Isotope/Areas/Front/ClientApp/source/components/content/OverlayTag.vue

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ onMounted(() => {
9393
options: {
9494
element: '.arrow'
9595
}
96+
},
97+
{
98+
name: 'offset',
99+
options: {
100+
offset: [0, 5]
101+
}
96102
}
97103
]
98104
});
@@ -185,6 +191,15 @@ onUnmounted(() => {
185191
opacity: 0;
186192
transition: opacity 200ms linear;
187193
194+
&.tag-popover {
195+
min-width: 130px;
196+
197+
.popover-body {
198+
padding: 0.3rem 0.6rem;
199+
text-align: center;
200+
}
201+
}
202+
188203
&:focus {
189204
outline: none;
190205
}

0 commit comments

Comments
 (0)