Updated tag page layout. Added shoot date property. Showing parent favicon on compact entity page. Re-added 'new' indicator on tile. Added Family Sinner to Mile High Media. Various fixes and improvements.

This commit is contained in:
2020-07-03 01:28:22 +02:00
parent 749864e922
commit 945c2c45ce
81 changed files with 488 additions and 955 deletions

View File

@@ -149,6 +149,10 @@ export default {
scroll-behavior: smooth;
font-size: 0;
&::-webkit-scrollbar {
display: none;
}
&.expanded {
display: flex;
justify-content: center;
@@ -165,10 +169,6 @@ export default {
height: 100%;
}
}
&::-webkit-scrollbar {
display: none;
}
}
.poster-link {
@@ -241,7 +241,7 @@ export default {
height: 18rem;
vertical-align: middle;
object-fit: cover;
box-shadow: 0 0 3px var(--shadow);
box-shadow: 0 0 3px var(--shadow-weak);
}
.trailer-container {