style: lower padding on smaller screens

This commit is contained in:
Miodec 2024-03-07 21:30:54 +01:00
parent a808577940
commit b30c2b54a2
2 changed files with 8 additions and 1 deletions

View file

@ -1399,7 +1399,6 @@
max-height: 100%;
background: var(--bg-color);
border-radius: var(--roundness);
padding: 2rem;
display: grid;
gap: 1rem;
@extend .ffscroll;

View file

@ -708,6 +708,14 @@
// }
// }
}
.modalWrapper {
padding: 1rem;
.modal {
padding: 1rem;
}
}
#commandLineWrapper {
padding: 5rem 1rem;
}