Fixed various actor filters. Improved tag bar scroll behavior.
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
>Relevance</option>
|
||||
|
||||
<option value="name.asc">Name</option>
|
||||
<option value="likes.desc">Likes</option>
|
||||
<option value="likes.desc">Popular</option>
|
||||
<option value="scenes.desc">Scenes</option>
|
||||
</select>
|
||||
</div>
|
||||
@@ -261,10 +261,19 @@ function updateFilter(prop, value, reload = true) {
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.actors-container {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
flex-direction: column;
|
||||
box-sizing: border-box;
|
||||
padding: 0 1rem 1rem 1rem;
|
||||
}
|
||||
|
||||
.actors-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: .5rem 0 .25rem 2rem;
|
||||
padding: .5rem 0 .25rem 2.25rem;
|
||||
margin-bottom: .25rem;
|
||||
}
|
||||
|
||||
.meta {
|
||||
@@ -274,14 +283,6 @@ function updateFilter(prop, value, reload = true) {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.actors-container {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
flex-direction: column;
|
||||
box-sizing: border-box;
|
||||
padding: 0 1rem 1rem 1rem;
|
||||
}
|
||||
|
||||
.actors {
|
||||
display: grid;
|
||||
flex-grow: 1;
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
class="menu-button nolink"
|
||||
>
|
||||
<Icon icon="user7" />
|
||||
View profile
|
||||
My profile
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user