Skip to content

Commit

Permalink
Merge pull request #46 from uclab-potsdam/dev
Browse files Browse the repository at this point in the history
transition button
  • Loading branch information
sinanatra authored Oct 12, 2023
2 parents ea6501a + 030b812 commit ced31bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Graph.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@
font-family: 'Inter', sans-serif;
z-index: 100;
cursor: pointer;
transition: all .5s linear;
}
.close:hover{
width: 30px;
height: 30px;
line-height: 28px;
}
.loading {
Expand Down

0 comments on commit ced31bf

Please sign in to comment.