Improved edit log

This commit is contained in:
2018-03-09 19:53:21 +01:00
parent 679566eb5b
commit ef7fe29fab
3 changed files with 53 additions and 6 deletions

View File

@ -0,0 +1,33 @@
.edit-log
max-width 1500px
td
padding 0.25rem 0.5rem
.edit-log-object,
.edit-log-key,
.edit-log-date
white-space nowrap
.edit-log-user
.user-image
width calc(avatar-size / 2)
height calc(avatar-size / 2)
margin-right 0.5rem
.edit-log-icon
display flex
justify-content center
align-items center
.edit-log-add
color green
.edit-log-remove
color red
.edit-log-change
color main-color
.edit-log-date
opacity 0.5