A lot of stuff

This commit is contained in:
tdgmdev 2023-03-09 19:12:15 -05:00
parent 98b2c285f4
commit a1c9b30cf6
9 changed files with 439 additions and 421 deletions

View file

@ -20,7 +20,8 @@
#header {
font-weight: bold;
font-size: 2rem;
font-size: 1rem;
overflow-x: auto;
width: 100%;

View file

@ -7,7 +7,7 @@
#logo {
width: calc(100vw + 50px);
width: calc(100vw - 10px);
background: var(--dark-1);

View file

@ -55,8 +55,11 @@
font-weight: bold;
font-size: 1.5rem;
}
.vote-area {
margin-right: 30px;
#header-area {
display: flex;
flex-direction: column;
}
img {
@ -70,7 +73,6 @@
}
.date {
margin-left: 1rem;
font-size: 0.8rem;
font-style: italic;
font-weight: normal;
@ -93,12 +95,14 @@
<Area>
<span slot="header" id='header'>
<img class='pfp' src='/pfp/{username}.png'/>
<a href='/users/{username}'>
{username}
</a>
<span class='date'>
{date}
</span>
<div class='header-area'>
<div><a href='/users/{username}'>
{username}
</a></div>
<div class='date'>
{date}
</div>
</div>
</span>
<span slot="main">
<PostBody content={content} />