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