[ticket/639] Fix slightly incorrect alignment in portal all view
B3P-639
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/* global phpbb, jQuery */
|
||||
|
||||
(function($) { // Avoid conflicts with other libraries
|
||||
|
||||
"use strict";
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user