Scrolling content container instead of whole page. Improved title source in XEmpire scraper. Fixed scene page breaking when no photos are available.

This commit is contained in:
2019-09-25 01:38:06 +02:00
parent 52aff6d20c
commit 05263a97ea
5 changed files with 26 additions and 3 deletions

View File

@@ -177,6 +177,16 @@ body {
margin: 0;
}
.container[data-v-4f86a868] {
height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
}
.content[data-v-4f86a868] {
flex-grow: 1;
overflow-y: auto;
}
.content-inner[data-v-4f86a868] {
padding: 1rem;
}