From 28d89fe630f0deac3977939c8ebd5de6443d91a5 Mon Sep 17 00:00:00 2001 From: saboooor Date: Wed, 3 Jul 2024 19:15:19 -0400 Subject: [PATCH] Slightly change spacing --- src/routes/resources/animtab/index.tsx | 39 ++++++++++++------------ src/routes/resources/rgb/index.tsx | 41 +++++++++++++------------- 2 files changed, 39 insertions(+), 41 deletions(-) diff --git a/src/routes/resources/animtab/index.tsx b/src/routes/resources/animtab/index.tsx index 8f089d87..dac15c47 100644 --- a/src/routes/resources/animtab/index.tsx +++ b/src/routes/resources/animtab/index.tsx @@ -6,7 +6,7 @@ import { AnimationOutput, convertToRGB, getAnimFrames, getBrightness, getRandomC import { Add, BarChartOutline, ChevronDown, ChevronUp, ColorFillOutline, DiceOutline, SettingsOutline, Text, TrashOutline } from 'qwik-ionicons'; -import { Button, Header, NumberInput, Dropdown, TextArea, TextInput, Toggle, ColorPicker } from '@luminescent/ui'; +import { Button, NumberInput, Dropdown, TextArea, TextInput, Toggle, ColorPicker } from '@luminescent/ui'; import { inlineTranslate, useSpeak } from 'qwik-speak'; import { getCookies, setCookies, sortColors } from '~/components/util/SharedUtils'; import { isBrowser } from '@builder.io/qwik/build'; @@ -124,23 +124,22 @@ export default component$(() => { }); return ( -
-
-

+
+
+

{t('animtab.title@@Animated TAB')}

-

+

{t('animtab.subtitle@@TAB plugin gradient animation creator')}

{ })()}

-
`${color.hex} ${color.pos}%`).join(', ')});`} onMouseDown$={(e, el) => { if (e.target != el) return; @@ -284,7 +283,7 @@ export default component$(() => { )}
-
+
- -
-

- +
+

+ {t('color.inputs@@Inputs')}

@@ -671,9 +670,9 @@ export default component$(() => { }
-