Added Vixen trailer CDN URLs to default proxy config. Improved album photo sizes.
This commit is contained in:
parent
714f70c9ce
commit
e105d665ae
|
@ -100,7 +100,7 @@ export default {
|
||||||
display: grid;
|
display: grid;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
|
||||||
grid-gap: 0 1rem;
|
grid-gap: 0 1rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
margin: auto 0;
|
margin: auto 0;
|
||||||
|
@ -122,6 +122,12 @@ export default {
|
||||||
margin: 0 0 1rem 0;
|
margin: 0 0 1rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width: $breakpoint) {
|
||||||
|
.album-items {
|
||||||
|
grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media(max-width: $breakpoint-small) {
|
@media(max-width: $breakpoint-small) {
|
||||||
.album-items.portrait {
|
.album-items.portrait {
|
||||||
grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
|
||||||
|
|
|
@ -209,6 +209,12 @@ module.exports = {
|
||||||
'www.tushy.com',
|
'www.tushy.com',
|
||||||
'www.tushyraw.com',
|
'www.tushyraw.com',
|
||||||
'www.deeper.com',
|
'www.deeper.com',
|
||||||
|
'https://sthw-trailer-vixen.ssl-cdn.com',
|
||||||
|
'https://sthw-trailer-tushy.ssl-cdn.com',
|
||||||
|
'https://sthw-trailer-tushyraw.ssl-cdn.com',
|
||||||
|
'https://sthw-trailer-blacked.ssl-cdn.com',
|
||||||
|
'https://sthw-trailer-blackedraw.ssl-cdn.com',
|
||||||
|
'https://sthw-trailer-deeper.ssl-cdn.com',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
limits: {
|
limits: {
|
||||||
|
|
Loading…
Reference in New Issue