forked from DebaucheryLibrarian/traxxx
Removed rogue expand arrows.
This commit is contained in:
parent
1fe98cdd91
commit
fb1f7f739b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue