Fixup
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
399a82c761
commit
8676582080
@ -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" />
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user