Restored card margin for narrow viewports (#6454)

This commit is contained in:
dklemm 2020-08-27 15:13:21 +01:00 committed by GitHub
parent f0201de4cc
commit 5f46fdb406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -394,18 +394,6 @@ export class HUIView extends LitElement {
left: calc(16px + env(safe-area-inset-left));
}
@media (max-width: 500px) {
:host {
padding-left: 0;
padding-right: 0;
}
.column > * {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 599px) {
.column {
max-width: 600px;