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);
}
}
}