Compare commits
2 Commits
b67e4e0f82
...
1addc4b1d7
| Author | SHA1 | Date | |
|---|---|---|---|
|
1addc4b1d7
|
|||
|
b6eb3d9458
|
@@ -102,6 +102,7 @@
|
|||||||
|
|
||||||
input {
|
input {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
box-sizing: border-box;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
background: var(--nord0);
|
background: var(--nord0);
|
||||||
color: var(--nord6);
|
color: var(--nord6);
|
||||||
|
|||||||
@@ -93,6 +93,7 @@
|
|||||||
|
|
||||||
input {
|
input {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
box-sizing: border-box;
|
||||||
font-family: "Noto Color Emoji", emoji, sans-serif;
|
font-family: "Noto Color Emoji", emoji, sans-serif;
|
||||||
background: var(--nord0);
|
background: var(--nord0);
|
||||||
color: var(--nord6);
|
color: var(--nord6);
|
||||||
|
|||||||
@@ -265,6 +265,7 @@
|
|||||||
<style>
|
<style>
|
||||||
input#search {
|
input#search {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
box-sizing: border-box;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
background: var(--nord0);
|
background: var(--nord0);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
@@ -114,6 +114,7 @@
|
|||||||
|
|
||||||
input {
|
input {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
box-sizing: border-box;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
background: var(--nord0);
|
background: var(--nord0);
|
||||||
color: var(--nord6);
|
color: var(--nord6);
|
||||||
|
|||||||
@@ -111,6 +111,7 @@
|
|||||||
|
|
||||||
input {
|
input {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
box-sizing: border-box;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
background: var(--nord0);
|
background: var(--nord0);
|
||||||
color: var(--nord6);
|
color: var(--nord6);
|
||||||
|
|||||||
@@ -350,7 +350,7 @@ h4{
|
|||||||
isLoggedIn={!!data.session?.user}
|
isLoggedIn={!!data.session?.user}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{#if data.note}
|
{#if data.note && data.note.trim()}
|
||||||
<RecipeNote note={data.note}></RecipeNote>
|
<RecipeNote note={data.note}></RecipeNote>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user