diff --git a/epicyon-profile.css b/epicyon-profile.css index a9cadff41..b6cbe8bfe 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -661,10 +661,6 @@ div.gallery img { text-decoration: none; } -.flex-container { - display: flex; -} - li { list-style:none;} .msgscope-collapse { position: relative; } .nav { width: 150px; } diff --git a/webinterface.py b/webinterface.py index af9ec07db..a81b16010 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2055,15 +2055,15 @@ def htmlNewPost(mediaInstance: bool, translate: {}, newPostForm += \ ' \n' newPostForm += '
\n' - newPostForm += '
\n' - newPostForm += dropDownContent + newPostForm += ' \n' + newPostForm += '\n' newPostForm += \ - '
' + \
-        translate['Search for emoji'] + '
\n' - newPostForm += ' \n' + translate['Search for emoji'] + '"/>\n' + newPostForm += '
' + dropDownContent + '
\n' newPostForm += '
\n' newPostForm += '
\n' newPostForm += \