From a83833f3c94ba8f478a4ac7d6dbca7305fe4424e Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 12 Sep 2025 12:39:52 -0500 Subject: [PATCH] Website: Fix mobile log out button padding (#32931) Closes: https://github.com/fleetdm/confidential/issues/12194 Changes: - Updated the padding on the "Log out" button in the mobile navigation menu --- website/assets/styles/layout.less | 1 + website/views/layouts/layout.ejs | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/website/assets/styles/layout.less b/website/assets/styles/layout.less index 2e422cede6..ed5aea2488 100644 --- a/website/assets/styles/layout.less +++ b/website/assets/styles/layout.less @@ -291,6 +291,7 @@ html, body { background-color: @core-vibrant-red; text-decoration: none; white-space: nowrap; + overflow: hidden; &:hover { color: #FFF; } diff --git a/website/views/layouts/layout.ejs b/website/views/layouts/layout.ejs index 197f2dfb02..c9d22f1dcf 100644 --- a/website/views/layouts/layout.ejs +++ b/website/views/layouts/layout.ejs @@ -394,18 +394,18 @@ <% if(_.has(me, 'id')) {%>
- Log out + Log out <% }%> + <%if(me && me.isSuperAdmin && showAdminLinks) {%> +
+ +
+ Generate queries + License generator + HTML Email preview tool +
+ <%}%> - <%if(me && me.isSuperAdmin && showAdminLinks) {%> -
- -
- Generate queries - License generator - HTML Email preview tool -
- <%}%> <%if(!hideGetStartedButton){%>