settings now takes up the full window in mobile.

This commit is contained in:
supertiger1234 2019-08-29 19:08:19 +01:00
parent 20b328a872
commit da26a2c585

View file

@ -227,6 +227,8 @@ export default {
@media (max-width: 550px) {
.settings-box {
flex-direction: column;
height:100%;
border-radius: 0;
}
.tabs {
height: 50px;