mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-15 20:40:01 -04:00
Why were these formatted terribly????
This commit is contained in:
parent
6854ba70e2
commit
3511d7b32f
3 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue