From 518feadc3e62a9c9cc5788ea5eb0224cf338508a Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Mon, 20 Nov 2017 18:40:36 +0000 Subject: [PATCH] All: Better checkbox alignment and added padding on notebook title --- ReactNativeClient/lib/MdToHtml.js | 2 +- ReactNativeClient/lib/components/screens/folder.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ReactNativeClient/lib/MdToHtml.js b/ReactNativeClient/lib/MdToHtml.js index 0f0c77c80..5ea15ecab 100644 --- a/ReactNativeClient/lib/MdToHtml.js +++ b/ReactNativeClient/lib/MdToHtml.js @@ -326,7 +326,7 @@ class MdToHtml { -webkit-mask: url("data:image/svg+xml;utf8,"); } a.checkbox.tick { - left: .05em; /* square-o and check-square-o aren't exactly aligned so add this extra gap to align them */ + left: .124em; /* square-o and check-square-o aren't exactly aligned so add this extra gap to align them */ /* Awesome Font check-square-o */ -webkit-mask: url("data:image/svg+xml;utf8,"); } diff --git a/ReactNativeClient/lib/components/screens/folder.js b/ReactNativeClient/lib/components/screens/folder.js index 1c94a462f..c9c779786 100644 --- a/ReactNativeClient/lib/components/screens/folder.js +++ b/ReactNativeClient/lib/components/screens/folder.js @@ -36,6 +36,7 @@ class FolderScreenComponent extends BaseScreenComponent { let styles = { textInput: { color: theme.color, + paddingLeft: 10, }, };