Compare commits
3 Commits
ca6478ca88
...
a5eef66a1c
Author | SHA1 | Date |
---|---|---|
|
a5eef66a1c | |
|
df5a9c9fd9 | |
|
be15e360c1 |
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ export default {
|
|||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 1rem;
|
||||
background: var(--darken);
|
||||
background: var(--darken-strong);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.152.1",
|
||||
"version": "1.152.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue