From 7c4460f93ecc395a06459cca7c74547426deb08a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 26 Nov 2019 13:44:56 +0000 Subject: [PATCH] Emoji button on right --- epicyon-profile.css | 4 ++-- webinterface.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index c70796ef4..bd1c1f63c 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -600,7 +600,7 @@ div.gallery img { padding: 0px 7px; margin-right: 20px; border-radius: 10%; - display: inline-block; + float: right; } .container img.emojicalendar { float: left; @@ -888,7 +888,7 @@ div.gallery img { padding: 0px 7px; margin-right: 0px; border-radius: 10%; - display: inline-block; + float: right; } .container img.emojicalendar { float: left; diff --git a/webinterface.py b/webinterface.py index 3ac7fc25f..1d4a06f46 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1078,11 +1078,11 @@ def htmlNewPost(translate: {},baseDir: str, \ newPostForm+=' '+scopeDescription+'' newPostForm+=dropDownContent newPostForm+=' ' + newPostForm+=' '+translate['Search for emoji']+'' newPostForm+=' ' newPostForm+='
' newPostForm+=' ' newPostForm+=' ' - newPostForm+=' '+translate['Search for emoji']+'' newPostForm+='
' newPostForm+=replyStr newPostForm+=' '