Skip to content

Commit

Permalink
Re-align ToS/Privacy links in account box (user dropdown)
Browse files Browse the repository at this point in the history
Improve alignment of Terms of Service / Privacy Policy links in the
account box.

(Some of these properties are to accommodate long translated strings.)
  • Loading branch information
p2edwards committed May 20, 2024
1 parent 513780d commit a7803dd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions jsapp/scss/components/_kobo.navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down

0 comments on commit a7803dd

Please sign in to comment.