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
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
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;

View File

@ -232,12 +232,6 @@ export default class About extends Vue {
<style lang="scss" scoped>
@import "../variables.scss";
a:not(.button) {
padding: 0.3rem;
background: #ffd599;
color: #111;
}
.hero.is-primary {
background: $background-color;
.subtitle {