Added self hash filtering to media module. Moved Girl Girl back to Jules Jordan.

This commit is contained in:
2020-04-02 01:10:50 +02:00
parent 9a712e7371
commit ad7874649f
8 changed files with 54 additions and 43 deletions

View File

@@ -42,13 +42,12 @@ export default {
background: var(--profile);
display: flex;
flex-direction: column;
align-items: left;
justify-content: flex-end;
box-sizing: border-box;
position: relative;
text-align: center;
text-decoration: none;
box-shadow: inset 0 0 3px var(--darken);
box-shadow: 0 0 3px var(--darken-weak);
}
.poster {
@@ -56,7 +55,6 @@ export default {
height: 16rem;
object-fit: cover;
object-position: 50% 100%;
box-shadow: 0 0 1px var(--darken);
}
.title {