From 9bf85398ca9186bbf8856f0249bbf3d578ac9de0 Mon Sep 17 00:00:00 2001 From: lideming Date: Sat, 20 Feb 2021 11:45:59 +0800 Subject: [PATCH] Revert "Navbar height fix" This reverts commit 8edaa9aa81b3bf56e3d3ed52cb2fd33c9cb3c69d, which break the nav item height on mobile. --- src/public/stylesheets/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index d975eb2..8932fcc 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -118,6 +118,3 @@ input[type=radio] { background-image: none; } -.navbar-nav > li > a { - height: 50px; -}