Added activity deletion
This commit is contained in:
@ -4,6 +4,11 @@
|
||||
max-width forum-width
|
||||
margin 0 auto
|
||||
|
||||
.activity
|
||||
:hover
|
||||
.activity-action
|
||||
opacity 1
|
||||
|
||||
.activity-header
|
||||
horizontal
|
||||
|
||||
@ -19,6 +24,18 @@
|
||||
.actvity-text-create
|
||||
opacity 0.8
|
||||
|
||||
.activity-action
|
||||
border none
|
||||
background none
|
||||
padding 0
|
||||
height auto
|
||||
margin-right 0.5rem
|
||||
opacity 0
|
||||
|
||||
:hover
|
||||
color link-hover-color
|
||||
background none
|
||||
|
||||
#load-new-activities
|
||||
[data-count="0"]
|
||||
display none
|
Reference in New Issue
Block a user