frio: mobile: move navtab arrow closer

This commit is contained in:
Extarys 2021-01-24 16:19:52 -05:00
commit e09bc681ff
2 changed files with 8 additions and 2 deletions

View file

@ -2189,6 +2189,12 @@ ul.tabs li:hover,
ul.tabs li.active {
border-bottom-width: 4px;
}
.tabbar.visible-xs .tabs-extended {
padding-top: 0;
}
#dropdownMenuTools-xs {
padding: 9px 10px;
}
ul.tabbar ul.tabs-extended:hover li.dropdown {
border-bottom: 0;
}