diff --git a/template/static/javascripts/app.js b/template/static/javascripts/app.js index 5c8270c..b2bf5ee 100644 --- a/template/static/javascripts/app.js +++ b/template/static/javascripts/app.js @@ -203,6 +203,7 @@ var vm = new Vue({ 'filterSelected': function(newVal, oldVal) { if (oldVal === null) return // do nothing, initial setup api.settings.update({filter: newVal}).then(this.refreshItems.bind(this)) + this.itemSelected = null }, 'feedSelected': function(newVal, oldVal) { if (oldVal === null) return // do nothing, initial setup diff --git a/template/static/stylesheets/app.css b/template/static/stylesheets/app.css index 97695c3..69fc6a0 100644 --- a/template/static/stylesheets/app.css +++ b/template/static/stylesheets/app.css @@ -350,7 +350,7 @@ select.form-control:not([multiple]):not([size]) { line-height: 1.5; } -.content img { +.content img, .content video { max-width: 100%; }