From a7803dd6dbc614431f0049c75376456c52be1e86 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Mon, 20 May 2024 14:08:34 -0400 Subject: [PATCH] Re-align ToS/Privacy links in account box (user dropdown) Improve alignment of Terms of Service / Privacy Policy links in the account box. (Some of these properties are to accommodate long translated strings.) --- jsapp/scss/components/_kobo.navigation.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/jsapp/scss/components/_kobo.navigation.scss b/jsapp/scss/components/_kobo.navigation.scss index 9569d2d518..ad4d1b3ba1 100644 --- a/jsapp/scss/components/_kobo.navigation.scss +++ b/jsapp/scss/components/_kobo.navigation.scss @@ -194,12 +194,16 @@ } &.environment-links { - text-align: right; + display: flex; + justify-content: space-evenly; + column-gap: 6px; + padding-top: 0; a { display: inline-block; - margin-left: 15px; font-size: 12px; + text-align: center; + text-wrap: balance; } } }