Added a new button to delete a post

This commit is contained in:
Scott
2017-11-24 23:55:29 +01:00
parent 85a26a5c5b
commit e00ab63b50
4 changed files with 26 additions and 5 deletions

View File

@ -13,7 +13,7 @@ post-content-padding-y = 0.75rem
> 330px
.thread-link
horizontal
.post-author
margin-bottom 0
@ -37,11 +37,11 @@ post-content-padding-y = 0.75rem
h3
font-size 1.1rem
:hover
.post-toolbar
opacity 1
.post-date
opacity 0.25
@ -107,6 +107,9 @@ post-content-padding-y = 0.75rem
.post-unlike
color post-unlike-color
.post-delete
color post-delete-color
.post-save
//
@ -246,7 +249,7 @@ post-content-padding-y = 0.75rem
// .thread-title
// width auto
// .posts
// width 100%
// max-width 830px

View File

@ -60,6 +60,7 @@ nav-link-hover-slide-color = main-color
// Forum
post-like-color = green !important
post-unlike-color = rgb(255, 32, 12) !important
post-delete-color = post-unlike-color !important
post-permalink-color = blue !important
table-row-hover-background = hsla(0, 0%, 0%, 0.01)