summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-19 00:09:23 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commitf6a5b8e29ad6d41fb26de9238a86fb58317e2692 (patch)
tree7070a992cc60df1577a50a0f78dfd8ae9da6f6bd
parent3494e602903e4cd0e25e626b76b51be4e95a8a05 (diff)
💄 Update dropdown: center checkmark
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 6a5c8421c..cd02569a6 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -148,7 +148,7 @@
class="icon-category-installed pr-3"
ng-click="Share.shareItem(item.id, user.value.shareWith)">
{{ user.label }}
- <span class="right" style="margin-top: 0.9em; margin-right: 1em"
+ <span class="right" style="margin-top: 1.1em; margin-right: 1em"
ng-class="{'icon-loading-small': Share.isLoading(user.value.shareWith), 'icon-checkmark': Share.isStatus(item.id, user.value.shareWith, true), 'icon-close': Share.isStatus(item.id, user.value.shareWith, false)}">
</span>
</a>