Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Feb 16, 2024
1 parent 6bae87a commit 75385ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/dev/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -554,22 +554,22 @@ function Button() {

function Data() {
return (
<div class="flex flex-col gap-3 w-full">
<div class="flex flex-row gap-2" style={{ height: '2rem' }}>
<div class="bg-background-100 border rounded-md items-center flex text-gray-700 px-1.5 rounded-md font-mono gap-1.5 h-full text-sm w-fit">
<div class="flex flex-col gap-2 w-full">
<div class="flex flex-row gap-2" style={{ height: '1.75rem' }}>
<div class="bg-background-100 border rounded-md items-center flex text-gray-700 px-1.5 rounded-md font-mono gap-1.5 h-full text-xs w-fit">
{stopwatchIcon}
<div class="text-gray-1000" x-text="formatSpeed(log.metrics.speed)" />
</div>

<div class="bg-background-100 border rounded-md items-center flex text-gray-700 px-1.5 rounded-md font-mono gap-1.5 h-full text-sm w-fit">
<div class="bg-background-100 border rounded-md items-center flex text-gray-700 px-1.5 rounded-md font-mono gap-1.5 h-full text-xs w-fit">
{fileTextIcon}
<div
class="text-gray-1000"
x-text="formatFileSize(log.metrics.htmlSize)"
/>
</div>

<div class="bg-background-100 border rounded-md items-center flex text-gray-700 px-1.5 rounded-md font-mono gap-1.5 h-full text-sm w-fit">
<div class="bg-background-100 border rounded-md items-center flex text-gray-700 px-1.5 rounded-md font-mono gap-1.5 h-full text-xs w-fit">
{imageIcon}
<div
class="text-gray-1000"
Expand All @@ -578,7 +578,7 @@ function Data() {
</div>
</div>

<div class="flex flex-col gap-1.5 w-full scrollbars font-mono text-gray-900 text-sm">
<div class="flex flex-col gap-1 w-full scrollbars font-mono text-gray-900 text-sm">
<div>
fc:frame <span class="text-gray-1000" x-text="frame.version" />
</div>
Expand Down

0 comments on commit 75385ed

Please sign in to comment.