Compare commits
No commits in common. "4fdb4ffec39e635145b051ac318d533b522b9477" and "acb9d700e027e156656989c28dffc1f1a6f5b79b" have entirely different histories.
4fdb4ffec3
...
acb9d700e0
|
|
@ -39,19 +39,17 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<template v-if="sites.length > 0">
|
<span
|
||||||
<span
|
v-show="!expanded"
|
||||||
v-show="!expanded"
|
class="expand expand-sidebar noselect"
|
||||||
class="expand expand-sidebar noselect"
|
@click="expanded = true"
|
||||||
@click="expanded = true"
|
><Icon icon="arrow-right3" /></span>
|
||||||
><Icon icon="arrow-right3" /></span>
|
|
||||||
|
|
||||||
<span
|
<span
|
||||||
v-show="expanded"
|
v-show="expanded"
|
||||||
class="expand expand-sidebar noselect"
|
class="expand expand-sidebar noselect"
|
||||||
@click="expanded = false"
|
@click="expanded = false"
|
||||||
><Icon icon="arrow-left3" /></span>
|
><Icon icon="arrow-left3" /></span>
|
||||||
</template>
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="header"
|
class="header"
|
||||||
|
|
@ -72,7 +70,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content-inner">
|
<div class="content-inner">
|
||||||
<template v-if="sites.length > 0">
|
<template v-if="sites.length">
|
||||||
<span
|
<span
|
||||||
v-show="expanded"
|
v-show="expanded"
|
||||||
class="expand collapse-header noselect"
|
class="expand collapse-header noselect"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.49.5",
|
"version": "1.49.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.49.5",
|
"version": "1.49.4",
|
||||||
"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