Skip to content

Commit

Permalink
minor style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed May 19, 2023
1 parent 85ca965 commit 2aede15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/OrgBadge.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</script>

<p
class="mx-auto w-fit rounded-full bg-[#10B981] px-3.5 py-1 text-xs font-semibold uppercase text-white"
class="mx-auto w-fit whitespace-nowrap rounded-full bg-[#10B981] px-3.5 py-1 text-xs font-semibold uppercase text-white"
title="Organization"
>
{org}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/map/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ Thanks for using BTC Map!`);
${
community.tags.organization
? `<span
class="mx-auto w-fit block rounded-full bg-[#10B981] px-3.5 py-1 text-xs font-semibold uppercase text-white" title='Organization'
class="mx-auto whitespace-nowrap w-fit block rounded-full bg-[#10B981] px-3.5 py-1 text-xs font-semibold uppercase text-white" title='Organization'
>
${community.tags.organization}
</span>`
Expand Down
2 changes: 1 addition & 1 deletion src/routes/tagger/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
<div class="relative mb-2">
<div
bind:this={mapElement}
class="z-10 h-[300px] rounded-b-3xl border border-statBorder !bg-teal dark:!bg-[#202f33] md:h-[600px]"
class="z-10 h-[300px] rounded-b-3xl border border-statBorder !bg-teal text-left dark:!bg-[#202f33] md:h-[600px]"
/>
{#if !mapLoaded}
<MapLoading
Expand Down

0 comments on commit 2aede15

Please sign in to comment.