Remove cursor: pointer on profile names

Close #358

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-25 10:14:25 +02:00
parent dd806896d1
commit 7f6f9d2385
2 changed files with 13 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div :class="{ clickable: popover }">
<div>
<div class="media" style="align-items: top;">
<div class="media-left">
<figure class="image is-32x32" v-if="actor.avatar">
@@ -36,10 +36,6 @@ export default class ActorCard extends Vue {
}
</script>
<style lang="scss" scoped>
.clickable {
cursor: pointer;
}
.summary.limit {
max-width: 25rem;
display: -webkit-box;