diff --git a/src/view/Statblock.svelte b/src/view/Statblock.svelte index eff73132..2e9f7d2f 100644 --- a/src/view/Statblock.svelte +++ b/src/view/Statblock.svelte @@ -137,9 +137,9 @@ margin: 0 auto; position: relative; } + .icons { position: absolute; - left: calc(400px - 1em); - top: 1em; + right: 0; }