Skip to content

Commit

Permalink
Cpu page fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Dec 16, 2023
1 parent c937c94 commit 4c1fc37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions interface/pages/cpu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- cpu temp -->
<div class="transparent-800 rounded-xl p-8 sm:p-4">
<div class="mb-5 flex items-baseline justify-between">
<div class="flex items-baseline justify-between">
<div class="mb-5 flex items-center gap-3">
<div class="transparent-900 flex aspect-square items-center justify-center rounded-lg p-3 sm:p-2">
<Thermometer />
Expand All @@ -42,9 +42,9 @@
</div>
</div>

<!-- clock speed -->
<!-- cpu clock speed -->
<div class="transparent-800 rounded-xl p-8 sm:p-4">
<div class="mb-5 flex items-baseline justify-between">
<div class="flex items-baseline justify-between">
<div class="mb-5 flex items-center gap-3">
<div class="transparent-900 flex aspect-square items-center justify-center rounded-lg p-3 sm:p-2">
<Clock />
Expand Down Expand Up @@ -72,7 +72,7 @@
<div class="flex w-2/5 flex-col justify-start gap-5 sm:w-full">
<!-- cpu power usage -->
<div class="transparent-800 rounded-xl p-8 sm:p-4">
<div class="mb-5 flex items-baseline justify-between">
<div class="flex items-baseline justify-between">
<div class="mb-5 flex items-center gap-3">
<div class="transparent-900 flex aspect-square items-center justify-center rounded-lg p-3 sm:p-2">
<Plug />
Expand All @@ -99,7 +99,7 @@

<!-- cpu load -->
<div class="transparent-800 rounded-xl p-8 sm:p-4">
<div class="mb-5 flex items-baseline justify-between">
<div class="flex items-baseline justify-between">
<div class="mb-5 flex items-center gap-3">
<div class="transparent-900 flex aspect-square items-center justify-center rounded-lg p-3 sm:p-2">
<Gauge />
Expand All @@ -125,7 +125,7 @@

<!-- cpu voltage -->
<div class="transparent-800 rounded-xl p-8 sm:p-4">
<div class="mb-5 flex items-baseline justify-between">
<div class="flex items-baseline justify-between">
<div class="mb-5 flex items-center gap-3">
<div class="transparent-900 flex aspect-square items-center justify-center rounded-lg p-3 sm:p-2">
<Zap />
Expand Down

0 comments on commit 4c1fc37

Please sign in to comment.