aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-05-05 23:23:58 -0400
committerThedro Neely <thedroneely@gmail.com>2021-05-06 01:51:39 -0400
commit9c42678d348f678d2d266cfa7abbeb2bee851b0c (patch)
tree4ac7f0d026e58187fdea4006c8df9fdb36633d9e /app/views/partials
parent83e8a388a223bc6fa2480d1acf97cbad790b03d0 (diff)
downloadthedroneely.com-9c42678d348f678d2d266cfa7abbeb2bee851b0c.tar.gz
thedroneely.com-9c42678d348f678d2d266cfa7abbeb2bee851b0c.tar.bz2
thedroneely.com-9c42678d348f678d2d266cfa7abbeb2bee851b0c.zip
public/css/tdro: Ensure menu icon takes up entire space
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/navigator.php28
1 files changed, 13 insertions, 15 deletions
diff --git a/app/views/partials/navigator.php b/app/views/partials/navigator.php
index 67cf609..ab2ea58 100644
--- a/app/views/partials/navigator.php
+++ b/app/views/partials/navigator.php
@@ -27,21 +27,19 @@
$route = '/contact/'; $label = 'Contact'; $icon = 'mail'; require views('components', 'navigator.link');
?>
- <div class="navbar-item navbar__icon has-text-dark has-tap-transparent">
- <?php
- $links = true;
- $id = 'mobile-compact';
- $type = 'is-menu is-right';
- $icon = icon('arrow-down-circle');
- $label = <<<insert
- <span class="is-block has-text-centered">
- $icon
- <span class="is-block navbar__icon__label">More</span>
- </span>
- insert;
- require views('components', 'context.menu');
- ?>
- </div>
+ <?php
+ $links = true;
+ $id = 'mobile-compact';
+ $type = 'navbar-item is-menu is-right navbar__icon has-text-dark has-tap-transparent';
+ $icon = icon('arrow-down-circle');
+ $label = <<<insert
+ <span class="is-block has-text-centered">
+ $icon
+ <span class="is-block navbar__icon__label">More</span>
+ </span>
+ insert;
+ require views('components', 'context.menu');
+ ?>
</div>
<div class="navbar__right column">