Compare commits
No commits in common. "33ddfe7c465991287e22539d40e63054a18cb8ac" and "1fe98cdd91d39e352fbfa6fb07df69968691a8df" have entirely different histories.
33ddfe7c46
...
1fe98cdd91
|
@ -237,6 +237,18 @@
|
|||
/>
|
||||
</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>
|
||||
|
@ -538,7 +550,6 @@ export default {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.expand,
|
||||
.collapse-header {
|
||||
display: none;
|
||||
}
|
||||
|
@ -596,9 +607,8 @@ export default {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.expand,
|
||||
.expand-header {
|
||||
display: flex;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.expanded .description {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.62.1",
|
||||
"version": "1.62.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.62.1",
|
||||
"version": "1.62.0",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue