aboutsummaryrefslogtreecommitdiff
path: root/public
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 /public
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 'public')
-rw-r--r--public/css/tdro.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index b23dbb6..84497d9 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -3921,7 +3921,8 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top, html.has-navbar-fixed-bott
justify-content: center;
}
-.dropdown label { cursor: pointer; }
+.navbar__middle .dropdown { padding: 0; }
+.dropdown label { cursor: pointer; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1.5rem; }
.dropdown-content .navbar-item { margin: 0; padding: 0.65rem 1rem; width: 100%; }
.dropdown-content .navbar__active { font-weight: 700; color: #014cc6; }
.dropdown-content a.navbar-item:hover, .dropdown-content .theme-toggle-button:hover { background-color: #ffeac2; color: black; }