Compare commits
No commits in common. "64e9efe095eb0baf4c975176e28592dddb81074e" and "a5081bc7c943679a61cb06b2dfd83242359447f6" have entirely different histories.
64e9efe095
...
a5081bc7c9
|
|
@ -313,8 +313,8 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.stash {
|
.stash {
|
||||||
width: 1.5rem;
|
width: 1.25rem;
|
||||||
height: 1.5rem;
|
height: 1.25rem;
|
||||||
padding: .25rem .25rem .5rem .5rem;
|
padding: .25rem .25rem .5rem .5rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,9 @@
|
||||||
>{{ entity.name }}</span>
|
>{{ entity.name }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span class="count">
|
<span
|
||||||
|
class="count"
|
||||||
|
>
|
||||||
<span>{{ entity.sceneTotal }} scenes</span>
|
<span>{{ entity.sceneTotal }} scenes</span>
|
||||||
<span v-if="entity.type === 'network'">{{ entity.childrenTotal }} channels</span>
|
<span v-if="entity.type === 'network'">{{ entity.childrenTotal }} channels</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -76,10 +78,9 @@ export default {
|
||||||
box-shadow: 0 0 3px rgba(0, 0, 0, .25);
|
box-shadow: 0 0 3px rgba(0, 0, 0, .25);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
&:hover .count {
|
&:hover .count {
|
||||||
bottom: 0;
|
color: var(--lighten);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -108,15 +109,11 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
|
||||||
bottom: -1.75rem;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
background: var(--darken-strong);
|
border-top: solid 1px var(--lighten-hint);
|
||||||
box-shadow: 0 0 3px var(--darken);
|
color: var(--lighten-weak);
|
||||||
color: var(--text-light);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 1px 1px var(--darken);
|
font-size: .8rem;
|
||||||
transition: bottom .1s ease;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -252,8 +252,8 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.stash {
|
.stash {
|
||||||
width: 1.5rem;
|
width: 1.25rem;
|
||||||
height: 1.5rem;
|
height: 1.25rem;
|
||||||
padding: .25rem .5rem .5rem .25rem;
|
padding: .25rem .5rem .5rem .25rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
||||||
|
|
@ -299,8 +299,8 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.stash {
|
.stash {
|
||||||
width: 1.5rem;
|
width: 1.25rem;
|
||||||
height: 1.5rem;
|
height: 1.25rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.201.1",
|
"version": "1.201.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.201.1",
|
"version": "1.201.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@casl/ability": "^5.2.2",
|
"@casl/ability": "^5.2.2",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.201.1",
|
"version": "1.201.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