diff --git a/epicyon-profile.css b/epicyon-profile.css index b6cbe8bfe..a9cadff41 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -661,6 +661,10 @@ 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 768e174c9..af9ec07db 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2050,18 +2050,20 @@ def htmlNewPost(mediaInstance: bool, translate: {}, newPostForm += \ '
' - newPostForm += '
' + path + '?' + endpoint + '?page=' + str(pageNumber) + '">\n' + newPostForm += '
\n' newPostForm += \ - ' ' + ' \n' newPostForm += '
\n' + newPostForm += '
\n' newPostForm += dropDownContent newPostForm += \ - ' ' + \
-        translate['Search for emoji'] + '\n' + translate['Search for emoji'] + '"/>
\n' + newPostForm += '
\n' newPostForm += '
\n' newPostForm += '
\n' newPostForm += \