From 2a54f7eb7024b19213058875022e16f8f6da60c2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 26 Jun 2020 14:16:23 +0100 Subject: [PATCH] Replace flex with table --- epicyon-profile.css | 4 ---- webinterface.py | 10 +++++----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index a9cadff4..b6cbe8bf 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 af9ec07d..a81b1601 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 += \