diff --git a/assets/css/app.css b/assets/css/app.css index 75ec1cbb5..1016df89a 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -9,6 +9,13 @@ [x-cloak] { display: none; } +@media print { + canvas { + width: 100% !important; + height: auto !important; + } +} + .button { @apply inline-flex justify-center px-4 py-2 text-sm font-medium text-white bg-indigo-600 border border-transparent rounded-md leading-5 transition hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500; } diff --git a/assets/js/dashboard/stats/graph/visitor-graph.js b/assets/js/dashboard/stats/graph/visitor-graph.js index 1d623d7a2..b7e076d99 100644 --- a/assets/js/dashboard/stats/graph/visitor-graph.js +++ b/assets/js/dashboard/stats/graph/visitor-graph.js @@ -349,7 +349,7 @@ class LineGraph extends React.Component { -
+
diff --git a/lib/plausible_web/templates/layout/_footer.html.heex b/lib/plausible_web/templates/layout/_footer.html.heex index a6454d23b..12a4bdb25 100644 --- a/lib/plausible_web/templates/layout/_footer.html.heex +++ b/lib/plausible_web/templates/layout/_footer.html.heex @@ -39,7 +39,7 @@ <% end %>
-
+

Why Plausible? @@ -154,7 +154,7 @@

-