From 3d063e4dd0f956268473261323b1b79a73c5a8d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 17 Nov 2017 09:05:28 +0100 Subject: [PATCH] Checkboxes and favourite fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 73274a34edb..861c4945fc5 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -963,8 +963,8 @@ kbd { .app-content-list-item-checkbox.checkbox + label, .app-content-list-item-star { position: absolute; - height: 20px; - width: 20px; + height: 40px; + width: 40px; display: flex; z-index: 50; + .app-content-list-item-icon { @@ -984,6 +984,14 @@ kbd { } } + .app-content-list-item-star { + top: 10px; + left: 3px; + background-size: 16px; + height: 20px; + width: 20px; + } + .app-content-list-item-icon { position: absolute; display: inline-block; @@ -1001,12 +1009,6 @@ kbd { user-select: none; } - .app-content-list-item-star { - top: 10px; - left: 3px; - background-size: 16px; - } - .app-content-list-item-line-one, .app-content-list-item-line-two { display: block;