Skip to content

Commit

Permalink
fix: fix UI
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Dec 16, 2024
1 parent 110c54b commit 63c5c44
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/ui/src/components/Ui/ResizableHorizontal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ onMounted(() => {
.slider {
$sliderSize: 6px;
@apply hidden md:block absolute h-full w-[#{$sliderSize}] z-10 select-none;
&.left {
@apply left-[-#{calc($sliderSize / 2)}];
}
@apply hidden md:block absolute h-full z-10 select-none left-[-#{calc($sliderSize / 2)}] w-[#{$sliderSize}];
&:hover,
&.dragging {
Expand Down

0 comments on commit 63c5c44

Please sign in to comment.