From f05e003d27bafa610a8d68113ace31d79e3d5623 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 26 Jun 2020 14:07:01 +0100 Subject: [PATCH] Extra container --- epicyon-profile.css | 4 ++++ webinterface.py | 12 +++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) 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 += \