Associating actors without network.

This commit is contained in:
2020-05-13 02:56:20 +02:00
parent 5a82e769c7
commit 6040a3f41f
53 changed files with 245 additions and 533 deletions

View File

@@ -14,6 +14,12 @@
<Icon icon="price-tag4" />
{{ tag.name }}
</h2>
<p
v-if="description"
class="description header-description"
v-html="description"
/>
</div>
<div class="sidebar">
@@ -116,6 +122,12 @@ export default {
color: var(--primary);
}
}
.header .description,
.header .description p {
padding: 0;
margin: 0;
}
</style>
<style lang="scss" scoped>
@@ -147,15 +159,12 @@ export default {
background: var(--profile);
color: var(--text-light);
display: none;
justify-content: space-between;
padding: .5rem 1rem;
.title {
margin: 0 2rem 0 0;
}
.description {
padding: 0;
}
}
.sidebar {