diff --git a/components/Author.vue b/components/Author.vue index 4ad1e6583..377b74b7f 100644 --- a/components/Author.vue +++ b/components/Author.vue @@ -1,127 +1,127 @@ - - - - - - - - {{ author.name | truncate(trunc, 18) }} - - - - - {{ post.createdAt | dateTime('dd. MMMM yyyy HH:mm') }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - + + + + {{ author.name | truncate(trunc, 18) }} + + + + + {{ post.createdAt | dateTime('dd. MMMM yyyy HH:mm') }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -191,4 +166,15 @@ export default { margin-top: -45px; border: #fff 5px solid; } +.author { + white-space: nowrap; + position: relative; + display: flex; + align-items: center; + + &:hover, + &.active { + z-index: 999; + } +}