Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 64e9efe095 1.201.1 2021-11-21 00:15:21 +01:00
DebaucheryLibrarian ab29ab053e Increased tile heart button size. Hiding entity tile info under hover effect. 2021-11-21 00:15:19 +01:00
6 changed files with 19 additions and 16 deletions

View File

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

View File

@ -40,9 +40,7 @@
>{{ entity.name }}</span> >{{ entity.name }}</span>
</div> </div>
<span <span class="count">
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>
@ -78,9 +76,10 @@ 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 {
color: var(--lighten); bottom: 0;
} }
} }
@ -109,11 +108,15 @@ 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;
border-top: solid 1px var(--lighten-hint); background: var(--darken-strong);
color: var(--lighten-weak); box-shadow: 0 0 3px var(--darken);
color: var(--text-light);
text-align: center; text-align: center;
font-size: .8rem; text-shadow: 1px 1px var(--darken);
transition: bottom .1s ease;
} }
</style> </style>

View File

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

View File

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

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.201.0", "version": "1.201.1",
"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": {