Browse Source

Make navigation dropdown click area larger

It now fills the entire row, instead of just the text/icon.
Joshua Gigg 9 years ago
parent
commit
639cdca5df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Packagist/WebBundle/Resources/public/css/main.css

+ 1 - 0
src/Packagist/WebBundle/Resources/public/css/main.css

@@ -200,6 +200,7 @@ strong {
 .navbar .nav > .nav-user > section a {
     color: #fff;
     text-decoration: none;
+    display: block;
 }
 
 .navbar .nav > .nav-user > section:hover {