From 9fe23f5fc9f7d9b3a0297fdcecca8622199414c7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 4 Sep 2019 13:46:02 +0100 Subject: [PATCH] Emoji button style on new post screen --- epicyon-profile.css | 16 ++++++++++++++++ webinterface.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 5a5717cf..8716061c 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -720,6 +720,14 @@ input[type=checkbox] margin-right: 20px; border-radius: 10%; } + .container img.emojisearch { + float: right; + max-width: 400px; + width: 15%; + padding: 0px 7px; + margin-right: 20px; + border-radius: 10%; + } .containericons img { float: right; max-width: 200px; @@ -835,6 +843,14 @@ input[type=checkbox] margin-right: 20px; border-radius: 10%; } + .container img.emojisearch { + float: right; + max-width: 400px; + width: 10%; + padding: 0px 7px; + margin-right: 20px; + border-radius: 10%; + } .containericons img { float: right; max-width: 200px; diff --git a/webinterface.py b/webinterface.py index 258955bb..ff76b20b 100644 --- a/webinterface.py +++ b/webinterface.py @@ -824,7 +824,7 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: [],reportUrl: st ' ' \ ' ' \ ' ' \ - ' Search for emoji'+ \ + ' Search for emoji'+ \ ' '+ \ replyStr+ \ ' ' \