From 32cdc6791c848720c63b6907c166125051336d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Petrnou=C5=A1ek?= Date: Fri, 20 Feb 2015 08:18:54 +0100 Subject: [PATCH] Responsive design for Installed styles Pretty much the same thing as the edit page. --- manage.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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; + } + }