1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

[ticket/11956] Responsive subforums list

PHPBB3-11956
This commit is contained in:
Vjacheslav Trushkin 2013-10-23 23:08:18 +03:00
parent a8f14b9ce3
commit 17a954f454

View File

@ -178,6 +178,14 @@ li.row .responsive-show strong {
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
----------------------------------------*/
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px)