From 7f1de8df30e4b3cf4709e5b4b029f657a4d96498 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 12 Aug 2021 15:52:50 +0100 Subject: [PATCH] Doc: Fixed website button styling --- Assets/WebsiteAssets/css/site.css | 10 ++++++++++ .../WebsiteAssets/templates/partials/navbar.mustache | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Assets/WebsiteAssets/css/site.css b/Assets/WebsiteAssets/css/site.css index 5b4f6386a..2b3b15785 100644 --- a/Assets/WebsiteAssets/css/site.css +++ b/Assets/WebsiteAssets/css/site.css @@ -113,6 +113,10 @@ blockquote { font-size: 16px !important; } +.button-link { + white-space: nowrap; +} + .sponsor-button i { font-size: 0.8em; } @@ -287,6 +291,12 @@ p, /* margin-bottom: 10px; */ } +div.navbar-mobile-content a.sponsor-button { + padding: 4px 12px; + font-size: 0.9em; + margin-right: 1em; +} + #nav-section.white-bg a { color: #0557ba; } diff --git a/Assets/WebsiteAssets/templates/partials/navbar.mustache b/Assets/WebsiteAssets/templates/partials/navbar.mustache index d65f3f502..97358aad7 100644 --- a/Assets/WebsiteAssets/templates/partials/navbar.mustache +++ b/Assets/WebsiteAssets/templates/partials/navbar.mustache @@ -19,7 +19,9 @@ {{/showJoplinCloudLinks}} {{> supportButton}} -
+