Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 0827ced0d7 1.168.4 2021-02-06 01:39:07 +01:00
DebaucheryLibrarian 1cf0e166bb Fixed scene tile thumbnail mobile aspect ratio. Increased release page tag section height to better fit first two tag rows. 2021-02-06 01:39:01 +01:00
4 changed files with 4 additions and 4 deletions

View File

@ -345,7 +345,7 @@ export default {
.thumbnail {
width: 9rem;
height: 100%;
height: 6rem;
font-size: 0;
box-shadow: 0 0 3px var(--shadow-weak);

View File

@ -93,7 +93,7 @@ export default {
}
.tags {
max-height: 4.6rem;
max-height: 4.7rem;
padding: 2px 1rem 0 1rem;
text-align: left;
overflow: hidden;

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.168.3",
"version": "1.168.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.168.3",
"version": "1.168.4",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {