Fixed Gamma scene scraper extracting the wrong scene ID from non-standard URLs.
This commit is contained in:
@@ -18,9 +18,7 @@
|
||||
:href="href"
|
||||
:class="{ active: isActive }"
|
||||
@click="navigate"
|
||||
>
|
||||
<Icon icon="stars" /><span class="nav-label">Actors</span>
|
||||
</a>
|
||||
>Actors</a>
|
||||
</router-link>
|
||||
</li>
|
||||
|
||||
@@ -34,9 +32,7 @@
|
||||
:href="href"
|
||||
:class="{ active: isActive }"
|
||||
@click="navigate"
|
||||
>
|
||||
<Icon icon="earth2" /><span class="nav-label">Networks</span>
|
||||
</a>
|
||||
>Networks</a>
|
||||
</router-link>
|
||||
</li>
|
||||
|
||||
@@ -50,9 +46,7 @@
|
||||
:href="href"
|
||||
:class="{ active: isActive }"
|
||||
@click="navigate"
|
||||
>
|
||||
<Icon icon="price-tags" /><span class="nav-label">Tags</span>
|
||||
</a>
|
||||
>Tags</a>
|
||||
</router-link>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -120,9 +114,8 @@ export default {
|
||||
|
||||
.logo {
|
||||
display: inline-block;
|
||||
padding: .5rem 1rem;
|
||||
margin: 0 1rem 0 0;
|
||||
font-size: 2rem;
|
||||
padding: 0 0 0 1rem;
|
||||
margin: 0 .5rem 0 0;
|
||||
|
||||
.icon {
|
||||
width: 6rem;
|
||||
|
||||
Reference in New Issue
Block a user