]> git.mxchange.org Git - friendica.git/commitdiff
frio: mobile: move navtab arrow closer
authorExtarys <hypewolf@protonmail.com>
Sun, 24 Jan 2021 21:19:52 +0000 (16:19 -0500)
committerExtarys <hypewolf@protonmail.com>
Sun, 24 Jan 2021 21:19:52 +0000 (16:19 -0500)
view/theme/frio/css/style.css
view/theme/frio/templates/common_tabs.tpl

index dedad0d2369394ef897c01f09743e48cb01ded58..05fcd922e14264aade062f07a55aeb9a8707e471 100644 (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;
 }
index 1b137450c974378195472a4deebd6c136163d2f4..9b71cebead8fca8ea8a474ae3ce402ee3565061c 100644 (file)
                </li>
 
                {{* All others are moved to this dropdown menu *}}
-               <li class="pull-right">
+               <li>
                        <ul class="tabs tabs-extended">
                                <li class="dropdown">
                                        <button type="button" class="btn-link dropdown-toggle" id="dropdownMenuTools-xs"
                                                data-toggle="dropdown" aria-expanded="false">
                                                <i class="fa fa-chevron-down" aria-hidden="true"></i>
                                        </button>
-                                       <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="dropdownMenuTools">
+                                       <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenuTools">
                                                {{foreach $exttabs as $tab}}
                                                        <li id="{{$tab.id}}-xs" role="presentation" {{if $tab.sel}} class="{{$tab.sel}}" {{/if}}><a
                                                                        role="menuitem" href="{{$tab.url}}" {{if $tab.title}} title="{{$tab.title}}"