diff --git a/styles/prosilver/template/portal/assets/portal.js b/styles/prosilver/template/portal/assets/portal.js index 83f61576..6807132a 100644 --- a/styles/prosilver/template/portal/assets/portal.js +++ b/styles/prosilver/template/portal/assets/portal.js @@ -6,6 +6,8 @@ * */ +/* global phpbb, jQuery */ + (function($) { // Avoid conflicts with other libraries "use strict"; diff --git a/styles/prosilver/theme/portal_all_responsive.css b/styles/prosilver/theme/portal_all_responsive.css index 819339e2..7f903b85 100644 --- a/styles/prosilver/theme/portal_all_responsive.css +++ b/styles/prosilver/theme/portal_all_responsive.css @@ -1,5 +1,5 @@ @media only screen and (max-width: 870px), only screen and (max-device-width: 870px) { - .portal-body-center dd.posts, .portal-body-center dd.views { + .portal-body-center dd.posts, .portal-body-center dd.views, .portal-body-center dd.topics { display: none !important; }