From a3e12819ad462dadfa9dfc83939fcae8fa1668ea Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 11 Feb 2020 23:53:29 +0530 Subject: [PATCH] Revert "Add vertical spacing between menu items for appropriate tap target sizing" This reverts commit ce211c01d217faf09506b87b70c63509a8384220. --- themes/hyde/assets/css/hyde.css | 3 --- themes/hyde/layouts/partials/sidebar.html | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/themes/hyde/assets/css/hyde.css b/themes/hyde/assets/css/hyde.css index a8a707f..ffc12f6 100644 --- a/themes/hyde/assets/css/hyde.css +++ b/themes/hyde/assets/css/hyde.css @@ -93,9 +93,6 @@ html { .sidebar-nav-item { display: block; } -li.sidebar-nav-item:not(:last-child) { - margin-bottom: 10px; -} a.sidebar-nav-item:hover, a.sidebar-nav-item:focus { text-decoration: underline; diff --git a/themes/hyde/layouts/partials/sidebar.html b/themes/hyde/layouts/partials/sidebar.html index 4148211..162fcad 100644 --- a/themes/hyde/layouts/partials/sidebar.html +++ b/themes/hyde/layouts/partials/sidebar.html @@ -9,9 +9,9 @@