bs4 fixes

This commit is contained in:
Mario Vavti
2017-03-18 23:45:55 +01:00
parent 2bdf63d069
commit b2ad4e8c2a
8 changed files with 23 additions and 13 deletions

View File

@@ -1288,8 +1288,7 @@ img.mail-conv-sender-photo {
}
.usermenu {
width: 2.2rem;
height: 2.2rem;
width: 3.5rem;
}
#avatar {

View File

@@ -26,7 +26,7 @@ $(document).ready(function() {
});
}
if(($(window).width() < 767) && ($('#left_aside_wrapper .widget').length > 0))
if(($(window).width() < 767) && ($('#left_aside_wrapper .widget, #left_aside_wrapper .vcard').length > 0))
$('#expand-aside').show();
else
$('#expand-aside').hide();