Skip to content

Commit c347a34

Browse files
committed
Modification - UserOptions - Set min width
1 parent cc3eb87 commit c347a34

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/atoms/UserOptions.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,4 +579,9 @@ const isInfo = ref({
579579
transform: translateY(-50%) scale(1, 1);
580580
}
581581
}
582-
</style>props.callbacks.annotator
582+
583+
.vue-ui-user-options,
584+
.vue-ui-user-options-drawer {
585+
min-width: 36px;
586+
}
587+
</style>

0 commit comments

Comments
 (0)