Compare commits

..

No commits in common. "64e9efe095eb0baf4c975176e28592dddb81074e" and "a5081bc7c943679a61cb06b2dfd83242359447f6" have entirely different histories.

6 changed files with 16 additions and 19 deletions

View File

@ -313,8 +313,8 @@ export default {
}
.stash {
width: 1.5rem;
height: 1.5rem;
width: 1.25rem;
height: 1.25rem;
padding: .25rem .25rem .5rem .5rem;
position: absolute;
top: 0;

View File

@ -40,7 +40,9 @@
>{{ entity.name }}</span>
</div>
<span class="count">
<span
class="count"
>
<span>{{ entity.sceneTotal }} scenes</span>
<span v-if="entity.type === 'network'">{{ entity.childrenTotal }} channels</span>
</span>
@ -76,10 +78,9 @@ export default {
box-shadow: 0 0 3px rgba(0, 0, 0, .25);
text-align: center;
text-decoration: none;
overflow: hidden;
&:hover .count {
bottom: 0;
color: var(--lighten);
}
}
@ -108,15 +109,11 @@ export default {
display: flex;
justify-content: space-between;
width: 100%;
position: absolute;
bottom: -1.75rem;
box-sizing: border-box;
padding: .25rem .5rem;
background: var(--darken-strong);
box-shadow: 0 0 3px var(--darken);
color: var(--text-light);
border-top: solid 1px var(--lighten-hint);
color: var(--lighten-weak);
text-align: center;
text-shadow: 1px 1px var(--darken);
transition: bottom .1s ease;
font-size: .8rem;
}
</style>

View File

@ -252,8 +252,8 @@ export default {
}
.stash {
width: 1.5rem;
height: 1.5rem;
width: 1.25rem;
height: 1.25rem;
padding: .25rem .5rem .5rem .25rem;
position: absolute;
top: 0;

View File

@ -299,8 +299,8 @@ export default {
}
.stash {
width: 1.5rem;
height: 1.5rem;
width: 1.25rem;
height: 1.25rem;
position: absolute;
top: 0;
right: 0;

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.201.1",
"version": "1.201.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.201.1",
"version": "1.201.0",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.201.1",
"version": "1.201.0",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {