From e9ac233d6c97b63da4bd9fa7e20f618b1dddf424 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Thu, 10 Jan 2019 10:29:21 +0100 Subject: [PATCH] Use Dropdown in Author Component --- components/Author.vue | 248 ++++++++++++++++++++---------------------- 1 file changed, 117 insertions(+), 131 deletions(-) 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 @@ + + @@ -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; + } +}