From 5510ef15b547fd36d7401ac979c0dc01eb169b4a Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 6 Apr 2021 11:09:38 -0400 Subject: [PATCH 1/3] Always show post actions on mobile devices This maintains previous show-on-hover effect for post actions on blog index, but always shows the actions when on a mobile device. Fixes #309 --- less/core.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/less/core.less b/less/core.less index 3265e9c..9d2e1ab 100644 --- a/less/core.less +++ b/less/core.less @@ -1515,6 +1515,11 @@ div.row { margin-left: 0; margin-top: 0; } + article { + .hidden { + .opacity(1); + } + } } @media print { From af4e0b4f1cc8952f7bccbb1422ff10893ba969de Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 6 Apr 2021 12:11:45 -0400 Subject: [PATCH 2/3] Use Sans font for post action buttons --- less/core.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/core.less b/less/core.less index 9d2e1ab..b7180af 100644 --- a/less/core.less +++ b/less/core.less @@ -1161,7 +1161,7 @@ h2 { .action { font-size: 0.7em; font-weight: normal; - font-family: @serifFont; + font-family: @sansFont; &+ .action { margin-left: 0.5em; From e0a0d71c8411b3a5bb52975cd7b9635c52f43790 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Mon, 19 Apr 2021 16:22:01 -0400 Subject: [PATCH 3/3] Revert "Use Sans font for post action buttons" This reverts commit af4e0b4f1cc8952f7bccbb1422ff10893ba969de. --- less/core.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/core.less b/less/core.less index b7180af..9d2e1ab 100644 --- a/less/core.less +++ b/less/core.less @@ -1161,7 +1161,7 @@ h2 { .action { font-size: 0.7em; font-weight: normal; - font-family: @sansFont; + font-family: @serifFont; &+ .action { margin-left: 0.5em;