Some ios stuff

This commit is contained in:
Jon Staab
2025-01-31 17:09:46 -08:00
parent 6c7c533637
commit def6de321c
8 changed files with 44 additions and 22 deletions
+11
View File
@@ -2,6 +2,8 @@
@tailwind components;
@tailwind utilities;
/* Fonts */
@font-face {
font-family: "Satoshis";
font-style: normal;
@@ -38,6 +40,8 @@
url("/fonts/Italic.ttf") format("truetype");
}
/* root */
:root {
font-family: Lato;
--base-100: oklch(var(--b1));
@@ -50,6 +54,13 @@
--secondary-content: oklch(var(--sc));
}
body,
html {
@apply bg-base-300;
}
/* utilities */
.bg-alt,
.bg-alt .bg-alt .bg-alt,
.hover\:bg-alt:hover,
+1 -1
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="{ACCENT}" />
<meta name="description" content="{DESCRIPTION}" />
<meta name="og:url" content="{URL}" />
+1 -1
View File
@@ -82,7 +82,7 @@
</FieldInline>
<Field>
<p slot="label">Media Server</p>
<div slot="input" class="flex gap-2">
<div slot="input" class="flex flex-col gap-2 sm:flex-row">
<select bind:value={settings.upload_type} class="select select-bordered">
<option value="nip96">NIP 96 (default)</option>
<option value="blossom">Blossom</option>