From 1f2f7019319cd9f4cfa759be35aea0d888beaba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 17 Apr 2018 19:19:58 +0200 Subject: [PATCH] Readd space in app store view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- settings/css/settings.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 7a12e4f7d95..2d687f9dad1 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1036,6 +1036,10 @@ span.version { &.apps-experimental { flex-basis: 90%; } + h2.app-name { + display: block; + margin: 8px 0; + } } .app-description { p { @@ -1074,6 +1078,7 @@ span.version { position: absolute; padding-left: 6px; padding-top: 15px; + .enable { position: relative; top: -1px;