ソースを参照

Make navigation dropdown click area larger

It now fills the entire row, instead of just the text/icon.
Joshua Gigg 9 年 前
コミット
639cdca5df
1 ファイル変更1 行追加0 行削除
  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 {