Skip to content

Commit

Permalink
collapse size small
Browse files Browse the repository at this point in the history
  • Loading branch information
biplobsd committed Apr 25, 2024
1 parent ff6b79c commit 16e6542
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/api/Data.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
>
<input type="checkbox" class="peer !min-h-8" />
<div
class="!min-h-8 !py-0 space-x-1 flex items-center collapse-title text-sm tracking-wider font-sans"
class="!min-h-8 !py-0 space-x-1 flex items-center collapse-title after:!top-4 text-sm tracking-wider font-sans"
>
<span>Subscriptions:</span>
{#key subscriptionCount}
Expand Down
2 changes: 1 addition & 1 deletion src/components/api/Select_Account.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
>
<input type="checkbox" class="peer !min-h-8" />
<div
class="!min-h-8 !py-0 flex items-center collapse-title text-sm tracking-wider font-sans font-semibold"
class="!min-h-8 !py-0 flex items-center collapse-title after:!top-4 text-sm tracking-wider font-sans font-semibold"
>
{#key primaryChannelName}
<span in:blur>{primaryChannelName}</span>
Expand Down
4 changes: 2 additions & 2 deletions src/components/pages/Home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,9 @@
<div
class="collapse collapse-arrow border border-base-300 bg-base-100 rounded-box"
>
<input type="checkbox" class="peer" />
<input type="checkbox" class="peer !min-h-8" />
<div
class="gap-1 flex items-center collapse-title text-sm tracking-wider font-sans"
class="!min-h-8 !py-0 after:!top-4 gap-1 flex items-center collapse-title text-sm tracking-wider font-sans"
>
Subscriptions:
{#key channelPathsCount}
Expand Down

0 comments on commit 16e6542

Please sign in to comment.