diff web_resources/style/entry-content.css @ 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 fe3cb4aa6944
children
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 {