fixes for css fix
This commit is contained in:
parent
60a7e68b1b
commit
56f0244360
@ -111,6 +111,13 @@ class Activity_filter {
|
||||
|
||||
if(x($_GET,'search')) {
|
||||
$filter_active = 'search';
|
||||
$tabs[] = [
|
||||
'label' => t('Search'),
|
||||
'icon' => 'search',
|
||||
'url' => z_root() . '/' . $cmd . '/?f=&search=' . $_GET['search'],
|
||||
'sel' => 'active disabled',
|
||||
'title' => t('Panel search'),
|
||||
];
|
||||
}
|
||||
|
||||
$reset = [];
|
||||
|
@ -1271,7 +1271,7 @@ img.mail-conv-sender-photo {
|
||||
}
|
||||
|
||||
.menu-img-1 {
|
||||
height: 1..28571429em;
|
||||
height: 1.28571429em;
|
||||
width: 1.28571429em;
|
||||
border-radius: $radius;
|
||||
}
|
||||
|
Reference in New Issue
Block a user