Skip to content

Commit

Permalink
Fix small issues from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Apr 13, 2024
1 parent 6ffd493 commit b1db1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frontend/src/components/navigation/UserMeta.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ export default {
.v-badge:deep(.v-badge__badge::after) {
border-color: red;
background-color: red;
}
.v-badge.v-badge--inline:deep(.v-badge__badge::after) {
z-index: -1;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export default {
props: {
entity: { type: Object, required: true },
campTitle: { type: String, required: true },
align: { type: String, required: true },
},
created() {
this.entityUri = this.entity._meta.self
Expand Down

0 comments on commit b1db1f5

Please sign in to comment.