diff options
| author | mat <github@matdoes.dev> | 2022-02-21 22:39:38 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-02-21 22:39:38 -0600 |
| commit | 55cddf1e2c746c6836b03f0761f0771bbc982730 (patch) | |
| tree | 6201b17170a27b09635172d67c827a16ca78f60f /src/routes | |
| parent | 2071203061bfbb18f2c1991b45556b8ec47536a8 (diff) | |
| download | skyblock-stats-55cddf1e2c746c6836b03f0761f0771bbc982730.tar.gz skyblock-stats-55cddf1e2c746c6836b03f0761f0771bbc982730.tar.bz2 skyblock-stats-55cddf1e2c746c6836b03f0761f0771bbc982730.zip | |
fix layout shift
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/player/[player]/[profile].svelte | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/routes/player/[player]/[profile].svelte b/src/routes/player/[player]/[profile].svelte index e31108b..928fc5d 100644 --- a/src/routes/player/[player]/[profile].svelte +++ b/src/routes/player/[player]/[profile].svelte @@ -146,6 +146,9 @@ </main> <style> + .profile-emoji { + display: inline; + } .profile-skills { display: inline-block; position: absolute; |
