Moved mobile scene tile details bar to top. Minor scene tile improvements.

This commit is contained in:
DebaucheryLibrarian 2021-01-19 16:31:02 +01:00
parent ca8429150e
commit b89fe1805f
12 changed files with 24 additions and 11 deletions

View File

@ -4,6 +4,11 @@
:class="{ new: release.isNew }" :class="{ new: release.isNew }"
class="tile" class="tile"
> >
<Details
:release="release"
class="details-compact"
/>
<div class="tile-body"> <div class="tile-body">
<span class="poster"> <span class="poster">
<a <a
@ -125,11 +130,6 @@
</div> </div>
</div> </div>
</div> </div>
<Details
:release="release"
class="details-compact"
/>
</div> </div>
</template> </template>
@ -174,7 +174,7 @@ export default {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
padding: .1rem .25rem .1rem .15rem; padding: .05rem .25rem .1rem .15rem;
border-radius: 0 0 .5rem 0; border-radius: 0 0 .5rem 0;
color: var(--text-light); color: var(--text-light);
background: var(--primary); background: var(--primary);
@ -221,7 +221,7 @@ export default {
align-items: center; align-items: center;
box-sizing: border-box; box-sizing: border-box;
padding: 0 .5rem; padding: 0 .5rem;
margin: 0 0 .25rem 0; margin: 0 0 .1rem 0;
} }
.info { .info {
@ -273,7 +273,7 @@ export default {
} }
.labels { .labels {
padding: .1rem .5rem 1.5rem .5rem; padding: 0 .5rem 1.5rem .5rem;
max-height: .5rem; max-height: .5rem;
overflow-y: hidden; overflow-y: hidden;
font-size: 0; font-size: 0;
@ -297,6 +297,10 @@ export default {
.tag { .tag {
margin: 0 0 1rem 0; margin: 0 0 1rem 0;
&:not(:first-child) .tag-link {
border-left: none;
}
} }
.tag-link { .tag-link {
@ -304,11 +308,11 @@ export default {
color: var(--shadow); color: var(--shadow);
display: inline-block; display: inline-block;
padding: .25rem .5rem; padding: .25rem .5rem;
border: solid 1px var(--shadow-hint);
font-size: .75rem; font-size: .75rem;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
line-height: 1; line-height: 1;
box-shadow: 0 0 3px var(--shadow-weak);
&:hover { &:hover {
color: var(--primary); color: var(--primary);
@ -335,6 +339,7 @@ export default {
.thumbnail { .thumbnail {
width: 9rem; width: 9rem;
height: 100%; height: 100%;
box-shadow: 0 0 3px var(--shadow-weak);
} }
.info { .info {
@ -356,7 +361,6 @@ export default {
.details-compact { .details-compact {
display: flex; display: flex;
border-top: solid 1px var(--shadow-hint);
} }
.shoot { .shoot {

View File

@ -127,7 +127,7 @@ export default {
.icon { .icon {
fill: var(--lighten-weak); fill: var(--lighten-weak);
margin: -.1rem .25rem 0 0; margin: 0 .25rem 0 0;
} }
&:hover .icon { &:hover .icon {
@ -170,6 +170,15 @@ export default {
} }
*/ */
.details .favicon {
padding: .25rem .5rem;
}
.date,
.site {
font-size: .75rem;
}
.date { .date {
padding: .25rem .5rem; padding: .25rem .5rem;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1018 B

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1018 B

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB