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 {
font-size: 1.5rem;
}
}
.button:not(:last-child) {
margin: 0 1rem 0 0;
@media(max-width: $breakpoint-small) {
.actions {
flex-direction: column-reverse;
.button {
margin: 0 0 1rem 0;
}
}
}

View File

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

2
package-lock.json generated
View File

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

View File

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