update styles
This commit is contained in:
parent
be37e16795
commit
80b8a28c36
@ -22,9 +22,9 @@
|
||||
{#if user.author}
|
||||
<h1>HowFeed Publisher Dashboard</h1>
|
||||
<p><a href="/cms/create">Publish a new article</a></p>
|
||||
<p><a href="/cms/update">Edit an existing article</a></p>
|
||||
<p><strike><a href="/cms/update">Edit an existing article</a></strike> Coming soon!</p>
|
||||
<p><a href="/cms/delete">Delete an article</a></p>
|
||||
{:else}
|
||||
<FakeTweet message="We're watching you" author="Caltrans HQ" verified likes=0 replies=2 date={new Date(2019, 8, 21)} handle="CaltransHQ" avatar="/ct.jpg" />
|
||||
<p>Welcome to your account. Contact the webmaster if your account needs publisher privileges.</p>
|
||||
{/if}
|
||||
</div>
|
||||
|
@ -55,7 +55,7 @@
|
||||
background-size: cover;
|
||||
position: fixed;
|
||||
height: 24rem;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
z-index: 0;
|
||||
filter: blur(5px);
|
||||
}
|
||||
@ -65,7 +65,7 @@
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
margin: 0 auto;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
}
|
||||
h1.welcome, h2.desc {
|
||||
color: whitesmoke;
|
||||
@ -84,6 +84,9 @@
|
||||
div.article-list {
|
||||
box-shadow: 0 0 5px #000;
|
||||
}
|
||||
div.article-meta {
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
|
||||
<svelte:head>
|
||||
@ -106,7 +109,8 @@
|
||||
</div>
|
||||
</a>
|
||||
{:else}
|
||||
<FakeTweet message="No articles found. SAD!" author="Donald J. Trump" verified likes=1488 replies=6969 handle="realDonaldTrump" avatar="/realDonaldTrump.jpg" />
|
||||
<p>No articles have been published yet :(</p>
|
||||
<p>Come back soon!</p>
|
||||
{/each}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -90,7 +90,6 @@ div.article-meta {
|
||||
margin-right: 0;
|
||||
padding: 0.75rem;
|
||||
line-height: 1;
|
||||
font-weight: bold;
|
||||
flex: 1 0 0;
|
||||
}
|
||||
.article-title {
|
||||
|
Loading…
x
Reference in New Issue
Block a user