changeset 51:dc25aa2bc628

Revert flexbox layout from extension.css in the entry style sheet This reverts laying out the contents of the body according to the flexbox model since it has, among other things, the unwanted effect of stretching images.
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Fri, 06 Sep 2019 13:16:48 +0200
parents f72cbd59b31c
children 6bdf862c6b2a
files web_resources/style/entry-content.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/web_resources/style/entry-content.css	Fri Jul 05 13:44:13 2019 +0200
+++ b/web_resources/style/entry-content.css	Fri Sep 06 13:16:48 2019 +0200
@@ -18,6 +18,7 @@
   -webkit-user-select: auto;
   user-select: auto;
   cursor: auto;
+  display: unset;
 }
 
 body {