Add buttons to go through posts

Closes #8
This commit is contained in:
Cadence Fish
2020-02-26 20:12:48 +13:00
parent becd2c2ec7
commit d32a12a134
8 changed files with 219 additions and 61 deletions

View File

@@ -248,27 +248,47 @@ body
height: inherit
.user-header
display: flex
display: grid
align-items: center
grid-template-columns: auto 1fr auto
justify-content: center
background-color: #b3b3b3
padding: 10px
.pfp
$size: 40px
.navigate-posts
-webkit-appearance: none
-moz-appearance: none
border: none
margin: 0
padding: 0
cursor: pointer
background: none
width: $size
height: $size
margin-right: 10px
background-color: rgba(40, 40, 40, 0.25)
.icon
display: block
.name
font-size: 20px
color: black
text-decoration: none
.user-header-inner
display: flex
align-items: center
justify-content: center
grid-row: 1
grid-column: 2
&:hover
text-decoration: underline
.pfp
$size: 40px
width: $size
height: $size
margin-right: 10px
background-color: rgba(40, 40, 40, 0.25)
.name
font-size: 20px
color: black
text-decoration: none
&:hover
text-decoration: underline
.description
margin: 12px
@@ -402,7 +422,7 @@ body
display: flex
.text, .button
appearance: none
-webkit-appearance: none
-moz-appearance: none
display: flex
padding: 9px 8px 7px