From 799d7c1ca9242f49f7263a02cc3616d1124b36d9 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 4 Mar 2020 09:14:26 +0000 Subject: [PATCH] Fix navbar on year pages --- _includes/navbar.html | 6 +++++- css/global.css | 11 +++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/_includes/navbar.html b/_includes/navbar.html index 1c788c2..ac7cb56 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -23,7 +23,11 @@ {% endif %}
-

{{ currentdate }}

+

+ + {{ currentdate }} + +

{% assign date = currentdate %} {% endif %} diff --git a/css/global.css b/css/global.css index a652e11..133139b 100644 --- a/css/global.css +++ b/css/global.css @@ -37,6 +37,17 @@ a { :not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::before, :not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::after { background-color: var(--mdc-theme-secondary); } +/* .mdc-list-group__subheader { + height: 40px; +} */ +.mdc-list-item.year::before, .mdc-list-item.year::after { + background: none !important; +} +.mdc-list-item.year, .mdc-list-item.year { + margin: 0; + padding: 0; + display: initial; +} /* change cursor on top app bar */ .mdc-top-app-bar__title {