Skip to content

Commit

Permalink
NN-640 minimize vertical pane and dynamic position
Browse files Browse the repository at this point in the history
  • Loading branch information
anlisha-maharjan committed Dec 30, 2024
1 parent 6d23ad4 commit d987917
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 86 deletions.
29 changes: 29 additions & 0 deletions frontend/src/assets/logo-grad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions frontend/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/components/PersistentWindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<Button v-show="showPersistentComponent" type="button" severity="primary" rounded
:class="`!absolute z-[9] bottom-9 right-9 group/chat !w-16 !h-16 !border-2 !border-primary-200 !text-[#d3e4ff] hover:!text-white transition-all duration-500`"
@click="windowCheck = !windowCheck">
<img src="@/assets/logo.png" />
<img src="@/assets/logo.svg" />
<span
class="w-full h-full absolute top-0 left-0 bg-gradient-prime rounded-full transition-all duration-500 group-hover/chat:rotate-180 z-[-1]"></span>
</Button>
Expand Down
Loading

0 comments on commit d987917

Please sign in to comment.