From 5ea14192ee39dcd26ac527fb74809d2cbcb32bcb Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Mon, 20 Nov 2017 13:59:53 +0100
Subject: [PATCH] Move star to top right instead of top left, fix checkbox
 overlay

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
---
 core/css/apps.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/css/apps.scss b/core/css/apps.scss
index 5e47f75d193..ed102a9d8fa 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -986,7 +986,7 @@ kbd {
 
 		.app-content-list-item-star {
 			top: 10px;
-			left: 3px;
+			left: 32px;
 			background-size: 16px;
 			height: 20px;
 			width: 20px;
-- 
GitLab