Removed simplestatemanager, use @media queries

This commit is contained in:
djmaze 2020-09-20 12:33:33 +02:00
parent 6bffc452b0
commit e1d3a143f4
9 changed files with 19 additions and 57 deletions

View file

@ -129,8 +129,11 @@
}
}
html.ssm-state-mobile .accountPlace {
max-width: 150px !important;
/* mobile */
@media screen and (max-width: 767px) {
.accountPlace {
max-width: 150px !important;
}
}
@keyframes firstBar {