diff --git a/manage.html b/manage.html index 6e9cac57..20d60e15 100644 --- a/manage.html +++ b/manage.html @@ -83,6 +83,23 @@ .update-done .check-update { display: none; } + + @media(max-width:675px) { + #header { + height: auto; + position: inherit; + width: auto; + border-right: none; + } + + #installed { + padding-left: 0px; + } + + .enabled, .disabled { + margin: 0px; + } + }