Skip to content

Commit 812ec3c

Browse files
committed
fix: conflicting CSS styles
Signed-off-by: Ryan Wang <[email protected]>
1 parent 207e047 commit 812ec3c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ui/src/components/LinkViewBubbleMenuItem.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ const props = withDefaults(
1616
}>(),
1717
{
1818
isActive: () => false,
19+
// @unocss-skip-start
1920
visible: () => true,
21+
// @unocss-skip-end
2022
action: undefined,
2123
type: undefined,
2224
}
@@ -48,11 +50,15 @@ const props = withDefaults(
4850
</template>
4951
<style lang="scss">
5052
.v-popper__popper.v-popper__popper--show-from .v-popper__wrapper {
53+
// @unocss-skip-start
5154
transform: scale(0.9);
55+
// @unocss-skip-end
5256
}
5357
5458
.v-popper__popper.v-popper__popper--show-to .v-popper__wrapper {
59+
// @unocss-skip-start
5560
transform: none;
5661
transition: transform 0.1s;
62+
// @unocss-skip-end
5763
}
5864
</style>

ui/src/components/TextExtensionMenuItem.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ const props = withDefaults(
1414
}>(),
1515
{
1616
isActive: () => false,
17+
// @unocss-skip-start
1718
visible: () => true,
19+
// @unocss-skip-end
1820
action: undefined,
1921
type: undefined,
2022
}

0 commit comments

Comments
 (0)