Added self hash filtering to media module. Moved Girl Girl back to Jules Jordan.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user