Compare commits

..

No commits in common. "a5eef66a1c8cc76f6e8994679e53a5da1fdbdffc" and "ca6478ca882e28508082971caf6d69436f127db7" have entirely different histories.

4 changed files with 5 additions and 11 deletions

View File

@ -215,15 +215,9 @@ export default {
.title {
font-size: 1.5rem;
}
}
@media(max-width: $breakpoint-small) {
.actions {
flex-direction: column-reverse;
.button {
margin: 0 0 1rem 0;
}
.button:not(:last-child) {
margin: 0 1rem 0 0;
}
}

View File

@ -55,7 +55,7 @@ export default {
height: 100%;
box-sizing: border-box;
padding: 1rem;
background: var(--darken-strong);
background: var(--darken);
z-index: 10;
}

2
package-lock.json generated
View File

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

View File

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