Skip to content

Commit

Permalink
chore(client): graph file type container border style (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoutinhoTTS authored Apr 3, 2024
1 parent 1b9a30b commit f4e82b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/graph/GraphFileType.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { fileTypeData, fileTypeShow, toggleFileType } = useFileTypes()
<template>
<div

absolute bottom-0 grid grid-cols-3 w-260px gap-2 b-1 border-base rounded-tr-lg px4 py2 text-sm transition-transform duration-300 glass-effect
absolute bottom-0 grid grid-cols-3 w-260px gap-2 b-1 b-l-0 border-base rounded-tr-lg px4 py2 text-sm transition-transform duration-300 glass-effect
class="group"
:class="{
'translate-x-[calc(-100%+30px)] translate-y-[calc(100%-30px)]': !fileTypeShow,
Expand Down

0 comments on commit f4e82b4

Please sign in to comment.