]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Contact actions size
authorDamian Wajer <damian@damianwajer.com>
Wed, 18 Jan 2023 17:13:05 +0000 (18:13 +0100)
committerDamian Wajer <damian@damianwajer.com>
Thu, 19 Jan 2023 18:49:06 +0000 (19:49 +0100)
view/theme/frio/templates/contact_edit.tpl
view/theme/frio/templates/contacts-template.tpl

index cb26e52dcf031551cab78cb60c2fbf89424cc559..6b17da17f13d7696eec8bd46977b7c182dc7cd4c 100644 (file)
@@ -14,7 +14,7 @@
                                {{* This is the Action menu where contact related actions like 'ignore', 'hide' can be performed *}}
                                <ul id="contact-edit-actions" class="nav nav-pills preferences">
                                        <li class="dropdown pull-right">
-                                               <button type="button" class="btn btn-link btn-sm dropdown-toggle" id="contact-edit-actions-button" data-toggle="dropdown" aria-expanded="false">
+                                               <button type="button" class="btn btn-link dropdown-toggle" id="contact-edit-actions-button" data-toggle="dropdown" aria-expanded="false">
                                                        <i class="fa fa-angle-down" aria-hidden="true"></i>&nbsp;{{$contact_action_button}}
                                                </button>
 
index 5c41c74e25aa8a6ae4ffc817d6a71bea283b9aee..da9bed90c72930394e9662aef142efc2ddceeed7 100644 (file)
@@ -34,7 +34,7 @@
                {{* We put the contact batch actions in a dropdown menu *}}
                <ul class="nav nav-pills preferences">
                        <li class="dropdown pull-right">
-                               <button type="button" class="btn btn-link btn-sm dropdown-toggle" id="BatchActionDropdownMenuTools" data-toggle="dropdown" aria-expanded="false">
+                               <button type="button" class="btn btn-link dropdown-toggle" id="BatchActionDropdownMenuTools" data-toggle="dropdown" aria-expanded="false">
                                        <i class="fa fa-angle-down"></i>&nbsp;{{$h_batch_actions}}
                                </button>
                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="BatchActionDropdownMenuTools">