fix(settings): fixed small issues with mobile

This commit is contained in:
trashtemp
2022-01-20 11:03:47 +01:00
parent 4ea97e0209
commit 13f119942c
5 changed files with 28 additions and 11 deletions

View File

@@ -94,6 +94,10 @@
background-clip: content-box;
border-top: 80px solid transparent;
}
.container {
max-width: 300px;
}
}
.settings {
@@ -124,18 +128,13 @@
.container {
min-width: 218px;
padding: 80px 8px;
display: flex;
gap: 2px;
flex-direction: column;
}
@media only screen and (min-width: 800px) {
.container {
max-width: 300px;
}
}
.divider {
height: 30px;
}