Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
small css shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmerai committed Jul 14, 2023
1 parent 4aad537 commit 7fbe773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/components/tripDetails/Modal/_CostItemPaidyBy.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
<span class="badge-icon variant-filled-warning w-4 h-4">
<Icon src={InformationCircle} class="w-6 h-6" />
</span>
<span class="flex-auto"
>Participants that have not accepted the invite cannot be included in costs</span
>
<span class="flex-auto">{i('tripDetails.addCostModal.notAcceptedWarning')}</span>
</li>
{/if}
<li>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(app)/profile/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{/if}
</button>
</header>
<section class="p-4 flex md:flex-row flex-col gap-5">
<section class="p-4 flex xl:flex-row flex-col gap-5">
<div class="flex-1 card !bg-transparent shadow-xl p-4 border border-surface-500">
<header class="card-header flex flex-col items-center mb-2">
<Avatar
Expand Down

0 comments on commit 7fbe773

Please sign in to comment.