Skip to content

Commit

Permalink
fix: Menu dropdown icon is now placed outside of statblock element
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 4, 2022
1 parent 9b11b80 commit 115792a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/Statblock.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@
margin: 0 auto;
position: relative;
}
.icons {
position: absolute;
left: calc(400px - 1em);
top: 1em;
right: 0;
}
</style>

0 comments on commit 115792a

Please sign in to comment.