diff --git a/epicyon-profile.css b/epicyon-profile.css index 6cd82ccce..6f954b20d 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -474,6 +474,11 @@ a:focus { margin: var(--vertical-between-posts); } +.editColumnHeader { + float: right; + min-width: 10ch; +} + .media { width: 80%; border-radius: 5px; diff --git a/webapp_column_left.py b/webapp_column_left.py index 99bdc9218..64cbd2b28 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -337,7 +337,7 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str, editLinksForm += \ '

' + translate['Edit Links'] + '

' editLinksForm += \ - '
\n' + '
\n' editLinksForm += \ ' \n' diff --git a/webapp_column_right.py b/webapp_column_right.py index dc2fe05f5..fa33cfc21 100644 --- a/webapp_column_right.py +++ b/webapp_column_right.py @@ -500,7 +500,7 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str, editNewswireForm += \ '

' + translate['Edit newswire'] + '

' editNewswireForm += \ - '
\n' + '
\n' editNewswireForm += \ ' \n'