Why were these formatted terribly????

This commit is contained in:
MotorTruck1221 2024-09-28 01:13:18 -06:00
parent 6854ba70e2
commit 3511d7b32f
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
3 changed files with 7 additions and 7 deletions

View file

@ -34,7 +34,7 @@ const t = useTranslations(lang);
class="transition-all duration-300 font-roboto h-14 rounded-t-2xl w-10/12 rounded-b-2xl border border-input-border-color bg-input p-2 text-center text-xl text-input-text placeholder:text-input-text roboto focus:outline-none md:w-3/12"
placeholder={t("home.placeholder")}
/>
<div id="omnibox" class="hidden p-1 transition-all duration-300 flex flex-col w-10/12 md:w-3/12 flex-grow bg-input text-center items-center rounded-b-2xl border-input-border-color border-b border-r border-l">
<div id="omnibox" class="hidden p-1 transition-all duration-300 flex flex-col w-10/12 md:w-3/12 h-full flex-grow bg-input text-center items-center rounded-b-2xl border-input-border-color border-b border-r border-l">
</div>
</div>
<iframe id="neb-iframe" class="hidden z-100 w-full h-full absolute top-0 bottom-0 bg-primary"></iframe>

View file

@ -18,8 +18,8 @@ export const prerender = true;
<Layout title="Settings">
<SettingsLayout title={t("settings.proxy")}>
<SettingsSection title="Proxy" subtitle="Choose the rewriter/proxy to use."
>Guhh</SettingsSection
>
<SettingsSection title="Proxy" subtitle="Choose the rewriter/proxy to use.">
Guhh
</SettingsSection>
</SettingsLayout>
</Layout>

View file

@ -18,8 +18,8 @@ export const prerender = true;
<Layout title="Settings">
<SettingsLayout title={t("settings.tab")}>
<SettingsSection title="Tab" subtitle="Customize and cloak your tab."
>Guhh</SettingsSection
>
<SettingsSection title="Tab" subtitle="Customize and cloak your tab.">
Guhh
</SettingsSection>
</SettingsLayout>
</Layout>