mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11956] More fixes for responsive minitabs
PHPBB3-11956
This commit is contained in:
@@ -934,7 +934,8 @@ function parse_document(container)
|
|||||||
responsive = false;
|
responsive = false;
|
||||||
|
|
||||||
links.each(function() {
|
links.each(function() {
|
||||||
maxHeight = Math.max(maxHeight, $(this).outerHeight(true));
|
var link = $(this);
|
||||||
|
maxHeight = Math.max(maxHeight, Math.max(link.outerHeight(true), link.parent().outerHeight(true)));
|
||||||
})
|
})
|
||||||
|
|
||||||
function check() {
|
function check() {
|
||||||
|
@@ -105,6 +105,7 @@ ul.cplist {
|
|||||||
.tabs-container #minitabs {
|
.tabs-container #minitabs {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 19px;
|
margin-top: 19px;
|
||||||
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs-container:after {
|
.tabs-container:after {
|
||||||
|
Reference in New Issue
Block a user