mirror of
https://github.com/maciejpedzich/spotifyplaylistarchive.com.git
synced 2024-11-09 15:03:02 +01:00
Specify container width for better table display
This commit is contained in:
parent
b886a75593
commit
b144597153
@ -34,14 +34,14 @@ const humanizeNumber = (num: number) => numberFormatter.format(num);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<div class="w-10">
|
||||
<p v-if="error">Something went wrong while fetching this snapshot</p>
|
||||
<template v-else-if="snapshot">
|
||||
<div class="text-lg text-center flex flex-column align-items-center">
|
||||
<p class="mt-0 px-3 text-gray-300">
|
||||
{{ decodeHtmlEntities(snapshot.description) }}
|
||||
</p>
|
||||
<ul id="snapshot-meta" class="m-0 p-0">
|
||||
<ul id="snapshot-meta" class="mt-0 mb-2 p-0">
|
||||
<li>
|
||||
{{ humanizeNumber(snapshot.num_followers) }}
|
||||
followers
|
||||
|
Loading…
Reference in New Issue
Block a user