mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/11956] Responsive subforums list
PHPBB3-11956
This commit is contained in:
@@ -178,6 +178,14 @@ li.row .responsive-show strong {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.topiclist li.row dt a.subforum {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: bottom;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
max-width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Notifications list
|
/* Notifications list
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px)
|
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px)
|
||||||
|
Reference in New Issue
Block a user