UI stands out now

This commit is contained in:
tdgmcode 2023-03-19 12:42:38 -04:00
parent 108438e2f6
commit 48000d05e7
8 changed files with 164 additions and 10 deletions

View file

@ -1,6 +1,6 @@
<style>
#content {
background: var(--light-2);
background: url(/bg.svg) center center / cover;
height: 100vh;
width: 100vw;

View file

@ -87,6 +87,10 @@
font-weight: normal;
margin-left: 0.5rem;
}
#mainChat {
background: var(--light-1);
}
</style>
<div id='mainChat' bind:this={input}>

View file

@ -21,5 +21,4 @@
></Post>
{/if}
<h2>Replies</h2>
<PostList data={data} />

View file

@ -155,6 +155,4 @@
</Area>
{/if}
<h2>Posts</h2>
<PostList data={data} />