Removed rogue expand arrows.

This commit is contained in:
ThePendulum 2020-01-24 23:43:07 +01:00
parent 1fe98cdd91
commit fb1f7f739b
1 changed files with 3 additions and 13 deletions

View File

@ -237,18 +237,6 @@
/>
</div>
<span
v-show="!expanded"
class="expand noselect"
@click="expanded = true"
><Icon icon="arrow-down3" /></span>
<span
v-show="expanded"
class="expand noselect"
@click="expanded = false"
><Icon icon="arrow-up3" /></span>
<Releases :releases="actor.releases" />
</div>
</div>
@ -550,6 +538,7 @@ export default {
display: none;
}
.expand,
.collapse-header {
display: none;
}
@ -607,8 +596,9 @@ export default {
margin: 0;
}
.expand,
.expand-header {
display: block;
display: flex;
}
.expanded .description {