forked from DebaucheryLibrarian/traxxx
Removed rogue expand arrows.
This commit is contained in:
parent
1fe98cdd91
commit
fb1f7f739b
|
@ -237,18 +237,6 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</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" />
|
<Releases :releases="actor.releases" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -550,6 +538,7 @@ export default {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.expand,
|
||||||
.collapse-header {
|
.collapse-header {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -607,8 +596,9 @@ export default {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.expand,
|
||||||
.expand-header {
|
.expand-header {
|
||||||
display: block;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expanded .description {
|
.expanded .description {
|
||||||
|
|
Loading…
Reference in New Issue