Added and updated tag photos.

This commit is contained in:
DebaucheryLibrarian
2020-10-07 03:40:19 +02:00
parent 3f843cc0fc
commit 8aefb8eddb
115 changed files with 100 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
<div class="content-inner">
<h1 class="heading">Stats</h1>
<span class="version">Version {{ version }}</span>
<span class="version">traxxx {{ version }}</span>
<dl class="stat-table">
<div class="stat-row">

View File

@@ -43,9 +43,8 @@ async function mounted() {
'teen',
'milf',
'blowjob',
'orgy',
'gangbang',
'dp',
'gangbang',
'facial',
'creampie',
'squirting',
@@ -71,9 +70,15 @@ async function mounted() {
'double-blowjob',
'deepthroat',
'facefucking',
'blowbang',
'atm',
],
group: [
'mfm',
'mff',
'orgy',
'gangbang',
'blowbang',
],
manual: [
'handjob',
'fingering',
@@ -82,10 +87,11 @@ async function mounted() {
],
cumshot: [
'facial',
'creampie',
'cum-in-mouth',
'cum-on-boobs',
'cum-on-butt',
'cum-in-mouth',
'creampie',
'cum-on-pussy',
'anal-creampie',
'oral-creampie',
'bukkake',
@@ -111,6 +117,7 @@ async function mounted() {
'blindfold',
],
extreme: [
'dp',
'airtight',
'dap',
'dvp',
@@ -122,6 +129,7 @@ async function mounted() {
'gaping',
'squirting',
'oil',
'bts',
],
};
@@ -165,7 +173,7 @@ export default {
.tiles {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(23rem, .33fr));
grid-template-columns: repeat(auto-fill, minmax(20rem, .33fr));
grid-gap: 1rem;
margin: 0 0 1.5rem 0;
}
@@ -182,7 +190,7 @@ export default {
@media(max-width: $breakpoint3) {
.tiles {
grid-template-columns: repeat(auto-fill, minmax(20rem, .5fr));
grid-template-columns: repeat(auto-fill, minmax(18rem, .5fr));
}
}