From 2359efce3df58d67d28a7f6bd1fff065bc4ab361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 31 Jul 2018 15:08:08 +0200 Subject: [PATCH] Add more spacing to the apps management sidebar 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 | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 4bba5afa78..45511c44db 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -819,7 +819,14 @@ span.version { } } .app-level { - margin-bottom: 10px; + clear: right; + width: 100%; + .official { + vertical-align: top; + } + .app-score-image { + float: right; + } } .app-author, .app-licence { color: var(--color-text-maxcontrast); @@ -837,6 +844,8 @@ span.version { padding: 14px; opacity: 0.5; z-index: 1; + width: 44px; + height: 44px; } .actions { display: flex; @@ -846,6 +855,17 @@ span.version { padding: 5px; } } + .appslink { + text-decoration: underline; + margin-right: 5px; + } + .app-level, + .actions, + .documentation, + .app-dependencies, + .app-description { + margin: 20px 0; + } } @media only screen and (min-width: 1601px) { @@ -980,10 +1000,6 @@ span.version { list-style-position: inside; } -.appslink { - text-decoration: underline; -} - #apps-list, #apps-list-search { .section {