diff --git a/themes/zendapi/layout/_partial/header.ejs b/themes/zendapi/layout/_partial/header.ejs index c5dd2c6..13524b9 100644 --- a/themes/zendapi/layout/_partial/header.ejs +++ b/themes/zendapi/layout/_partial/header.ejs @@ -10,6 +10,7 @@ let menuItems = site.data.category;
\ No newline at end of file diff --git a/themes/zendapi/source/statics/css/base.scss b/themes/zendapi/source/statics/css/base.scss index 57a83eb..d10da75 100644 --- a/themes/zendapi/source/statics/css/base.scss +++ b/themes/zendapi/source/statics/css/base.scss @@ -156,6 +156,13 @@ a:hover { } ul { padding-left: 0; + margin-bottom: 0px; + } + li.uk-parent { + height: auto; + } + ul.uk-nav-sub { + padding-left: 15px; } li { list-style-type: none; @@ -256,6 +263,15 @@ li { transition-property: border-bottom-color; } } + .uk-navbar-dropdown { + a { + line-height: 14px; + &:hover { + color: $zapi-base-color; + } + } + padding: 8px; + } .nav-menu { color: #dddddd!important; width:20px;