aboutsummaryrefslogtreecommitdiff
path: root/src/lib/minecraft/heads
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-02-22 19:27:01 +0000
committermat <github@matdoes.dev>2022-02-22 19:27:01 +0000
commitd4e7c7c72086d72b0e056ebecd99ecb071da0739 (patch)
tree92888a77a914c64ee1be770d00cdc54521e5609e /src/lib/minecraft/heads
parent07d3b5752bd2dba34a420778ca9ff7fed42c3538 (diff)
downloadskyblock-stats-d4e7c7c72086d72b0e056ebecd99ecb071da0739.tar.gz
skyblock-stats-d4e7c7c72086d72b0e056ebecd99ecb071da0739.tar.bz2
skyblock-stats-d4e7c7c72086d72b0e056ebecd99ecb071da0739.zip
split the search bar into its own component
Diffstat (limited to 'src/lib/minecraft/heads')
-rw-r--r--src/lib/minecraft/heads/Head3d.svelte1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/minecraft/heads/Head3d.svelte b/src/lib/minecraft/heads/Head3d.svelte
index 2400f4b..3dd3234 100644
--- a/src/lib/minecraft/heads/Head3d.svelte
+++ b/src/lib/minecraft/heads/Head3d.svelte
@@ -17,6 +17,7 @@
}
.head3d {
+ display: inline-block;
/* make the head centered correctly */
position: relative;
top: 0.2em;