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

@@ -117,12 +117,12 @@ export default {
@import 'theme';
.banner {
background: $empty;
background: var(--empty);
flex-shrink: 0;
white-space: nowrap;
overflow-x: auto;
scrollbar-width: none;
box-shadow: 0 0 3px $shadow;
box-shadow: 0 0 3px var(--shadow);
font-size: 0;
&::-webkit-scrollbar {
@@ -150,7 +150,7 @@ export default {
.icon {
width: 1.5rem;
height: 1.5rem;
fill: $highlight;
fill: var(--lighten);
}
&.playing {
@@ -162,7 +162,7 @@ export default {
opacity: 1;
.icon {
fill: $highlight-strong;
fill: var(--lighten-strong);
}
}
}

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 {