diff --git a/view/templates/head.tpl b/view/templates/head.tpl
index a06d51f7c0..ef1596e7b5 100644
--- a/view/templates/head.tpl
+++ b/view/templates/head.tpl
@@ -1,4 +1,3 @@
-
@@ -47,14 +46,26 @@
+
+
-
-
-
+
\ No newline at end of file
diff --git a/view/templates/jot.tpl b/view/templates/jot.tpl
index 6b86186b0a..52d95531d7 100644
--- a/view/templates/jot.tpl
+++ b/view/templates/jot.tpl
@@ -51,7 +51,9 @@
-
+
@@ -83,11 +85,8 @@
{{if $created_at}}{{$created_at nofilter}}{{/if}}
-
-
-
- {{if $content}}{{/if}}
+{{if $content}}{{/if}}
\ No newline at end of file
diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css
index 2de86c6e32..a1713a6043 100644
--- a/view/theme/vier/style.css
+++ b/view/theme/vier/style.css
@@ -2079,6 +2079,11 @@ profile-jot-form #jot-title, #profile-jot-form #jot-category {
margin-left: 15px;
cursor: pointer;
}
+#profile-emojis-wrapper {
+ float: left;
+ margin-left: 15px;
+ cursor: pointer;
+}
#jot-perms-icon {
float: right;
margin-left: 15px;
diff --git a/view/theme/vier/templates/comment_item.tpl b/view/theme/vier/templates/comment_item.tpl
index 8caf0d54c3..9a539e1f23 100644
--- a/view/theme/vier/templates/comment_item.tpl
+++ b/view/theme/vier/templates/comment_item.tpl
@@ -1,4 +1,3 @@
-
{{if $threaded}}
{{if $preview}}{{/if}}
@@ -47,5 +46,4 @@
-
-
+
\ No newline at end of file