Compare commits

..

3 Commits

Author SHA1 Message Date
DebaucheryLibrarian a5eef66a1c 1.152.2 2021-01-04 01:46:11 +01:00
DebaucheryLibrarian df5a9c9fd9 Using vertical button layout in consent warning on small screens. 2021-01-04 01:46:05 +01:00
DebaucheryLibrarian be15e360c1 Darkened dialog background. 2021-01-04 01:39:55 +01:00
4 changed files with 11 additions and 5 deletions

View File

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

View File

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

2
package-lock.json generated
View File

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

View File

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