From 5100ecf99f3065af9f3be884559efaee7781b4c6 Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Sat, 20 Jul 2024 12:13:38 +0300 Subject: [PATCH] cleanup: small print article tweaks (#100) * fix: contrast issues * cleanup: small print article tweaks - add a middle dot between reading time and the print button (looks better tbh) - Hide the navigation bar and menu bar since the button is to print the article * cleanup: make print button hidden on print Alongside making sure that the content's body text color is black (also on print) * feat: custom footer text for pdfs --- recipe.yml | 1 - src/App.vue | 56 +++++++++++++++++++++++++++------------ src/views/ArticleView.vue | 10 +++---- 3 files changed, 44 insertions(+), 23 deletions(-) diff --git a/recipe.yml b/recipe.yml index e59ec32..6581050 100644 --- a/recipe.yml +++ b/recipe.yml @@ -7,7 +7,6 @@ stages: labels: maintainer: Vanilla OS Contributors entrypoint: - workdir: /app exec: - /bin/sh - '-c' diff --git a/src/App.vue b/src/App.vue index 1ab2b77..69d75c8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,12 @@