From ac5fa62cf3c4919a6c8749fc34ee08466a141dab Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Mon, 3 Aug 2020 21:39:46 +0100 Subject: [PATCH] content layout fixes --- template/index.html | 14 +++++++------- template/static/stylesheets/app.css | 4 ++++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/template/index.html b/template/index.html index 1576685..3d77a54 100644 --- a/template/index.html +++ b/template/index.html @@ -154,7 +154,7 @@ -
+
-
+

{{itemSelectedDetails.title}}

{{ feedsById[itemSelectedDetails.feed_id].title }}

-
-
-
-
-
+
+
+
diff --git a/template/static/stylesheets/app.css b/template/static/stylesheets/app.css index 5906c66..f7ba6a7 100644 --- a/template/static/stylesheets/app.css +++ b/template/static/stylesheets/app.css @@ -444,6 +444,10 @@ select.form-control:not([multiple]):not([size]) { padding-left: 1rem; } +.content pre { + overflow-x: scroll; +} + /* theme */ .theme-light {