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:
parent
a8f14b9ce3
commit
17a954f454
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user