Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-17 16:45:52 +02:00
parent 399a82c761
commit 8676582080
3 changed files with 2 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<template>
<v-popover offset="16" trigger="click" :class="{ inline }" class="clickable">
<v-popover offset="16" trigger="hover" :class="{ inline }" class="clickable">
<slot></slot>
<template slot="popover" class="popover">
<actor-card :full="true" :actor="actor" :popover="true" />

View File

@@ -316,7 +316,7 @@ article.box {
.title {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
font-weight: 400;